Html Css Color HEX #EFBF1E Moon Yellow

📋 copy color: '#EFBF1E'

red 239 ◦ green 191 ◦ blue 30

#EFBF1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Yellow #EFBF1E

Tints of Moon Yellow #EFBF1E

RGB

 RED value IS 239 (93.75% from 255) = 51.96%

 GREEN value IS 191 (75% from 255) = 41.52%

 BLUE value IS 30 (12.11% from 255) = 6.52%

R = 51.96%
G = 41.52%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFBF1E (or 0xEFBF1E) is known color: Moon Yellow. HEX triplet: EF, BF and 1E. RGB value is (239,191,30). Sum of RGB (Red+Green+Blue) = 239+191+30=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 30 (12.11% from 255 or 6.52% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBF1E is #1040E1. Grayscale: #BBBBBB. Windows color (decimal): -1065186 or 2015215. OLE color: 2015215.

HSL color Cylindrical-coordinate representation of color #EFBF1E: hue angle of 46.22º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFBF1E is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 191 30 -
CMYK 0 0.20 0.87 0.06
HSL 46.22º 0.87% 0.53% -
HSV(B) 46.22º 0.87% 0.94% -
XYZ 54.46 55.71 9.11 -
YUV 187 39.4 165.09 -
System Red Green Blue C M Y K H S L
Decimal 239 191 30 0 0.20 0.87 0.06 46.22 0.87 0.53
Hex EF BF 1E 0 14 57 6 2E 57 35
Octal 357 277 36 0 24 127 6 56 127 65
Binary 11101111 10111111 11110 0 10100 1010111 110 101110 1010111 110101

Color Harmonies of #EFBF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBF1E

Black with #EFBF1E

Text Example


Text Example

White with #EFBF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBF1E; }

 p { color: rgb(239,191,30); }

 H1.HeaderClassName
 {
   color: #EFBF1E;
 }
 .AnyTagClassName
 {
   color: #EFBF1E;
 }
</style>

background-color css

<style>
 a { background-color: #EFBF1E; }

 a { background-color: rgb(239,191,30); }

 div.DivClassName
 {
   background-color: #EFBF1E;
 }
 .BgClassName
 {
   background-color: #EFBF1E;
 }
</style>

border-color css

<style>
 span { border-color: #EFBF1E; }

 span { border-color: rgb(239,191,30); }

 td.TdClassName
 {
   border-color: #EFBF1E;
 }
 .TagClassName
 {
   border-color: #EFBF1E;
 }
</style>