Html Css Color HEX #EADC80 Light Goldenrod

📋 copy color: '#EADC80'

red 234 ◦ green 220 ◦ blue 128

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

Shades of Light Goldenrod #EADC80

Tints of Light Goldenrod #EADC80

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.8%

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

R = 40.21%
G = 37.8%
B = 21.99%

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

#EADC80 (or 0xEADC80) is known color: Light Goldenrod. HEX triplet: EA, DC and 80. RGB value is (234,220,128). Sum of RGB (Red+Green+Blue) = 234+220+128=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 128 (50.39% from 255 or 21.99% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADC80 is #15237F. Grayscale: #D6D6D6. Windows color (decimal): -1385344 or 8445162. OLE color: 8445162.

HSL color Cylindrical-coordinate representation of color #EADC80: hue angle of 52.08º 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 #EADC80 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 220 128 -
CMYK 0 0.06 0.45 0.08
HSL 52.08º 0.72% 0.71% -
HSV(B) 52.08º 0.45% 0.92% -
XYZ 63.42 70.24 30.64 -
YUV 213.7 79.64 142.48 -
System Red Green Blue C M Y K H S L
Decimal 234 220 128 0 0.06 0.45 0.08 52.08 0.72 0.71
Hex EA DC 80 0 6 2D 8 34 48 47
Octal 352 334 200 0 6 55 10 64 110 107
Binary 11101010 11011100 10000000 0 110 101101 1000 110100 1001000 1000111

Color Harmonies of #EADC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC80

Black with #EADC80

Text Example


Text Example

White with #EADC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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