Html Css Color HEX #EEDE7C Light Goldenrod

📋 copy color: '#EEDE7C'

red 238 ◦ green 222 ◦ blue 124

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

Shades of Light Goldenrod #EEDE7C

Tints of Light Goldenrod #EEDE7C

RGB

 RED value IS 238 (93.36% from 255) = 40.75%

 GREEN value IS 222 (87.11% from 255) = 38.01%

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

R = 40.75%
G = 38.01%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EEDE7C (or 0xEEDE7C) is known color: Light Goldenrod. HEX triplet: EE, DE and 7C. RGB value is (238,222,124). Sum of RGB (Red+Green+Blue) = 238+222+124=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 124 (48.83% from 255 or 21.23% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE7C is #112183. Grayscale: #D8D8D8. Windows color (decimal): -1122692 or 8183534. OLE color: 8183534.

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

Color convert

RGB 238 222 124 -
CMYK 0 0.07 0.48 0.07
HSL 51.58º 0.77% 0.71% -
HSV(B) 51.58º 0.48% 0.93% -
XYZ 65.02 71.87 29.52 -
YUV 215.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 238 222 124 0 0.07 0.48 0.07 51.58 0.77 0.71
Hex EE DE 7C 0 7 30 7 34 4D 47
Octal 356 336 174 0 7 60 7 64 115 107
Binary 11101110 11011110 1111100 0 111 110000 111 110100 1001101 1000111

Color Harmonies of #EEDE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE7C

Black with #EEDE7C

Text Example


Text Example

White with #EEDE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE7C; }

 p { color: rgb(238,222,124); }

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

background-color css

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

 a { background-color: rgb(238,222,124); }

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

border-color css

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

 span { border-color: rgb(238,222,124); }

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