Html Css Color HEX #EADD7C Light Goldenrod

📋 copy color: '#EADD7C'

red 234 ◦ green 221 ◦ blue 124

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

Shades of Light Goldenrod #EADD7C

Tints of Light Goldenrod #EADD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.42%

R = 40.41%
G = 38.17%
B = 21.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EADD7C (or 0xEADD7C) is known color: Light Goldenrod. HEX triplet: EA, DD and 7C. RGB value is (234,221,124). Sum of RGB (Red+Green+Blue) = 234+221+124=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD7C is #152283. Grayscale: #D6D6D6. Windows color (decimal): -1385092 or 8183274. OLE color: 8183274.

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

Color convert

RGB 234 221 124 -
CMYK 0 0.06 0.47 0.08
HSL 52.91º 0.72% 0.7% -
HSV(B) 52.91º 0.47% 0.92% -
XYZ 63.43 70.66 29.36 -
YUV 213.83 77.31 142.39 -
System Red Green Blue C M Y K H S L
Decimal 234 221 124 0 0.06 0.47 0.08 52.91 0.72 0.7
Hex EA DD 7C 0 6 2F 8 35 48 46
Octal 352 335 174 0 6 57 10 65 110 106
Binary 11101010 11011101 1111100 0 110 101111 1000 110101 1001000 1000110

Color Harmonies of #EADD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD7C

Black with #EADD7C

Text Example


Text Example

White with #EADD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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