Html Css Color HEX #EDDE89 Light Goldenrod

📋 copy color: '#EDDE89'

red 237 ◦ green 222 ◦ blue 137

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

Shades of Light Goldenrod #EDDE89

Tints of Light Goldenrod #EDDE89

RGB

 RED value IS 237 (92.97% from 255) = 39.77%

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

 BLUE value IS 137 (53.91% from 255) = 22.99%

R = 39.77%
G = 37.25%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDDE89 (or 0xEDDE89) is known color: Light Goldenrod. HEX triplet: ED, DE and 89. RGB value is (237,222,137). Sum of RGB (Red+Green+Blue) = 237+222+137=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 137 (53.91% from 255 or 22.99% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDE89 is #122176. Grayscale: #D9D9D9. Windows color (decimal): -1188215 or 9035501. OLE color: 9035501.

HSL color Cylindrical-coordinate representation of color #EDDE89: hue angle of 51º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDDE89 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 222 137 -
CMYK 0 0.06 0.42 0.07
HSL 51º 0.74% 0.73% -
HSV(B) 51º 0.42% 0.93% -
XYZ 65.56 72.05 34.12 -
YUV 216.8 82.97 142.41 -
System Red Green Blue C M Y K H S L
Decimal 237 222 137 0 0.06 0.42 0.07 51 0.74 0.73
Hex ED DE 89 0 6 2A 7 33 4A 49
Octal 355 336 211 0 6 52 7 63 112 111
Binary 11101101 11011110 10001001 0 110 101010 111 110011 1001010 1001001

Color Harmonies of #EDDE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDE89

Black with #EDDE89

Text Example


Text Example

White with #EDDE89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDE89; }

 p { color: rgb(237,222,137); }

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

background-color css

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

 a { background-color: rgb(237,222,137); }

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

border-color css

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

 span { border-color: rgb(237,222,137); }

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