Html Css Color HEX #EADD78 Light Goldenrod

📋 copy color: '#EADD78'

red 234 ◦ green 221 ◦ blue 120

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

Shades of Light Goldenrod #EADD78

Tints of Light Goldenrod #EADD78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.87%

R = 40.7%
G = 38.43%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EADD78 (or 0xEADD78) is known color: Light Goldenrod. HEX triplet: EA, DD and 78. RGB value is (234,221,120). Sum of RGB (Red+Green+Blue) = 234+221+120=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 120 (47.27% from 255 or 20.87% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD78 is #152287. Grayscale: #D5D5D5. Windows color (decimal): -1385096 or 7921130. OLE color: 7921130.

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

Color convert

RGB 234 221 120 -
CMYK 0 0.06 0.49 0.08
HSL 53.16º 0.73% 0.69% -
HSV(B) 53.16º 0.49% 0.92% -
XYZ 63.18 70.56 28.06 -
YUV 213.37 75.31 142.71 -
System Red Green Blue C M Y K H S L
Decimal 234 221 120 0 0.06 0.49 0.08 53.16 0.73 0.69
Hex EA DD 78 0 6 31 8 35 49 45
Octal 352 335 170 0 6 61 10 65 111 105
Binary 11101010 11011101 1111000 0 110 110001 1000 110101 1001001 1000101

Color Harmonies of #EADD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD78

Black with #EADD78

Text Example


Text Example

White with #EADD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD78; }

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

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

background-color css

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

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

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

border-color css

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

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

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