Html Css Color HEX #EEDE7E Light Goldenrod

📋 copy color: '#EEDE7E'

red 238 ◦ green 222 ◦ blue 126

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

Shades of Light Goldenrod #EEDE7E

Tints of Light Goldenrod #EEDE7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.5%

R = 40.61%
G = 37.88%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EEDE7E (or 0xEEDE7E) is known color: Light Goldenrod. HEX triplet: EE, DE and 7E. RGB value is (238,222,126). Sum of RGB (Red+Green+Blue) = 238+222+126=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 126 (49.61% from 255 or 21.50% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE7E is #112181. Grayscale: #D8D8D8. Windows color (decimal): -1122690 or 8314606. OLE color: 8314606.

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

Color convert

RGB 238 222 126 -
CMYK 0 0.07 0.47 0.07
HSL 51.43º 0.77% 0.71% -
HSV(B) 51.43º 0.47% 0.93% -
XYZ 65.15 71.93 30.19 -
YUV 215.84 77.3 143.81 -
System Red Green Blue C M Y K H S L
Decimal 238 222 126 0 0.07 0.47 0.07 51.43 0.77 0.71
Hex EE DE 7E 0 7 2F 7 33 4D 47
Octal 356 336 176 0 7 57 7 63 115 107
Binary 11101110 11011110 1111110 0 111 101111 111 110011 1001101 1000111

Color Harmonies of #EEDE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE7E

Black with #EEDE7E

Text Example


Text Example

White with #EEDE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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