Html Css Color HEX #EFE07C Light Goldenrod

📋 copy color: '#EFE07C'

red 239 ◦ green 224 ◦ blue 124

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

Shades of Light Goldenrod #EFE07C

Tints of Light Goldenrod #EFE07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.12%

R = 40.72%
G = 38.16%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFE07C (or 0xEFE07C) is known color: Light Goldenrod. HEX triplet: EF, E0 and 7C. RGB value is (239,224,124). Sum of RGB (Red+Green+Blue) = 239+224+124=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 124 (48.83% from 255 or 21.12% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE07C is #101F83. Grayscale: #D9D9D9. Windows color (decimal): -1056644 or 8184047. OLE color: 8184047.

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

Color convert

RGB 239 224 124 -
CMYK 0 0.06 0.48 0.06
HSL 52.17º 0.78% 0.71% -
HSV(B) 52.17º 0.48% 0.94% -
XYZ 65.89 73.12 29.71 -
YUV 217.09 75.47 143.63 -
System Red Green Blue C M Y K H S L
Decimal 239 224 124 0 0.06 0.48 0.06 52.17 0.78 0.71
Hex EF E0 7C 0 6 30 6 34 4E 47
Octal 357 340 174 0 6 60 6 64 116 107
Binary 11101111 11100000 1111100 0 110 110000 110 110100 1001110 1000111

Color Harmonies of #EFE07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE07C

Black with #EFE07C

Text Example


Text Example

White with #EFE07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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