Html Css Color HEX #EADD80 Light Goldenrod

📋 copy color: '#EADD80'

red 234 ◦ green 221 ◦ blue 128

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

Shades of Light Goldenrod #EADD80

Tints of Light Goldenrod #EADD80

RGB

 RED value IS 234 (91.8% from 255) = 40.14%

 GREEN value IS 221 (86.72% from 255) = 37.91%

 BLUE value IS 128 (50.39% from 255) = 21.96%

R = 40.14%
G = 37.91%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EADD80 (or 0xEADD80) is known color: Light Goldenrod. HEX triplet: EA, DD and 80. RGB value is (234,221,128). Sum of RGB (Red+Green+Blue) = 234+221+128=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD80 is #15227F. Grayscale: #D6D6D6. Windows color (decimal): -1385088 or 8445418. OLE color: 8445418.

HSL color Cylindrical-coordinate representation of color #EADD80: hue angle of 52.64º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EADD80 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 221 128 -
CMYK 0 0.06 0.45 0.08
HSL 52.64º 0.72% 0.71% -
HSV(B) 52.64º 0.45% 0.92% -
XYZ 63.68 70.76 30.72 -
YUV 214.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 234 221 128 0 0.06 0.45 0.08 52.64 0.72 0.71
Hex EA DD 80 0 6 2D 8 35 48 47
Octal 352 335 200 0 6 55 10 65 110 107
Binary 11101010 11011101 10000000 0 110 101101 1000 110101 1001000 1000111

Color Harmonies of #EADD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD80

Black with #EADD80

Text Example


Text Example

White with #EADD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD80; }

 p { color: rgb(234,221,128); }

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

background-color css

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

 a { background-color: rgb(234,221,128); }

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

border-color css

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

 span { border-color: rgb(234,221,128); }

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