Html Css Color HEX #EADD7A Light Goldenrod

📋 copy color: '#EADD7A'

red 234 ◦ green 221 ◦ blue 122

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

Shades of Light Goldenrod #EADD7A

Tints of Light Goldenrod #EADD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.14%

R = 40.55%
G = 38.3%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EADD7A (or 0xEADD7A) is known color: Light Goldenrod. HEX triplet: EA, DD and 7A. RGB value is (234,221,122). Sum of RGB (Red+Green+Blue) = 234+221+122=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 122 (48.05% from 255 or 21.14% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD7A is #152285. Grayscale: #D6D6D6. Windows color (decimal): -1385094 or 8052202. OLE color: 8052202.

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

Color convert

RGB 234 221 122 -
CMYK 0 0.06 0.48 0.08
HSL 53.04º 0.73% 0.7% -
HSV(B) 53.04º 0.48% 0.92% -
XYZ 63.3 70.61 28.71 -
YUV 213.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 234 221 122 0 0.06 0.48 0.08 53.04 0.73 0.7
Hex EA DD 7A 0 6 30 8 35 49 46
Octal 352 335 172 0 6 60 10 65 111 106
Binary 11101010 11011101 1111010 0 110 110000 1000 110101 1001001 1000110

Color Harmonies of #EADD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD7A

Black with #EADD7A

Text Example


Text Example

White with #EADD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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