Html Css Color HEX #EFE078 Light Goldenrod

📋 copy color: '#EFE078'

red 239 ◦ green 224 ◦ blue 120

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

Shades of Light Goldenrod #EFE078

Tints of Light Goldenrod #EFE078

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.42%

 BLUE value IS 120 (47.27% from 255) = 20.58%

R = 40.99%
G = 38.42%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFE078 (or 0xEFE078) is known color: Light Goldenrod. HEX triplet: EF, E0 and 78. RGB value is (239,224,120). Sum of RGB (Red+Green+Blue) = 239+224+120=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 120 (47.27% from 255 or 20.58% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE078 is #101F87. Grayscale: #D9D9D9. Windows color (decimal): -1056648 or 7921903. OLE color: 7921903.

HSL color Cylindrical-coordinate representation of color #EFE078: hue angle of 52.44º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFE078 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 224 120 -
CMYK 0 0.06 0.50 0.06
HSL 52.44º 0.79% 0.7% -
HSV(B) 52.44º 0.5% 0.94% -
XYZ 65.64 73.02 28.4 -
YUV 216.63 73.47 143.96 -
System Red Green Blue C M Y K H S L
Decimal 239 224 120 0 0.06 0.50 0.06 52.44 0.79 0.7
Hex EF E0 78 0 6 32 6 34 4F 46
Octal 357 340 170 0 6 62 6 64 117 106
Binary 11101111 11100000 1111000 0 110 110010 110 110100 1001111 1000110

Color Harmonies of #EFE078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE078

Black with #EFE078

Text Example


Text Example

White with #EFE078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE078; }

 p { color: rgb(239,224,120); }

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

background-color css

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

 a { background-color: rgb(239,224,120); }

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

border-color css

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

 span { border-color: rgb(239,224,120); }

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