Html Css Color HEX #EADE7A Light Goldenrod

📋 copy color: '#EADE7A'

red 234 ◦ green 222 ◦ blue 122

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

Shades of Light Goldenrod #EADE7A

Tints of Light Goldenrod #EADE7A

RGB

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

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

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

R = 40.48%
G = 38.41%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EADE7A (or 0xEADE7A) is known color: Light Goldenrod. HEX triplet: EA, DE and 7A. RGB value is (234,222,122). Sum of RGB (Red+Green+Blue) = 234+222+122=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 122 (48.05% from 255 or 21.11% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADE7A is #152185. Grayscale: #D6D6D6. Windows color (decimal): -1384838 or 8052458. OLE color: 8052458.

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

Color convert

RGB 234 222 122 -
CMYK 0 0.05 0.48 0.08
HSL 53.57º 0.73% 0.7% -
HSV(B) 53.57º 0.48% 0.92% -
XYZ 63.57 71.14 28.79 -
YUV 214.19 75.98 142.13 -
System Red Green Blue C M Y K H S L
Decimal 234 222 122 0 0.05 0.48 0.08 53.57 0.73 0.7
Hex EA DE 7A 0 5 30 8 36 49 46
Octal 352 336 172 0 5 60 10 66 111 106
Binary 11101010 11011110 1111010 0 101 110000 1000 110110 1001001 1000110

Color Harmonies of #EADE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE7A

Black with #EADE7A

Text Example


Text Example

White with #EADE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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