Html Css Color HEX #EADE80 Light Goldenrod

📋 copy color: '#EADE80'

red 234 ◦ green 222 ◦ blue 128

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

Shades of Light Goldenrod #EADE80

Tints of Light Goldenrod #EADE80

RGB

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

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

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

R = 40.07%
G = 38.01%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EADE80 (or 0xEADE80) is known color: Light Goldenrod. HEX triplet: EA, DE and 80. RGB value is (234,222,128). Sum of RGB (Red+Green+Blue) = 234+222+128=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADE80 is #15217F. Grayscale: #D7D7D7. Windows color (decimal): -1384832 or 8445674. OLE color: 8445674.

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

Color convert

RGB 234 222 128 -
CMYK 0 0.05 0.45 0.08
HSL 53.21º 0.72% 0.71% -
HSV(B) 53.21º 0.45% 0.92% -
XYZ 63.95 71.29 30.81 -
YUV 214.87 78.98 141.64 -
System Red Green Blue C M Y K H S L
Decimal 234 222 128 0 0.05 0.45 0.08 53.21 0.72 0.71
Hex EA DE 80 0 5 2D 8 35 48 47
Octal 352 336 200 0 5 55 10 65 110 107
Binary 11101010 11011110 10000000 0 101 101101 1000 110101 1001000 1000111

Color Harmonies of #EADE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE80

Black with #EADE80

Text Example


Text Example

White with #EADE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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