Html Css Color HEX #EADE7D Light Goldenrod

📋 copy color: '#EADE7D'

red 234 ◦ green 222 ◦ blue 125

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

Shades of Light Goldenrod #EADE7D

Tints of Light Goldenrod #EADE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.51%

R = 40.28%
G = 38.21%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EADE7D (or 0xEADE7D) is known color: Light Goldenrod. HEX triplet: EA, DE and 7D. RGB value is (234,222,125). Sum of RGB (Red+Green+Blue) = 234+222+125=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADE7D is #152182. Grayscale: #D6D6D6. Windows color (decimal): -1384835 or 8249066. OLE color: 8249066.

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

Color convert

RGB 234 222 125 -
CMYK 0 0.05 0.47 0.08
HSL 53.39º 0.72% 0.7% -
HSV(B) 53.39º 0.47% 0.92% -
XYZ 63.75 71.22 29.79 -
YUV 214.53 77.48 141.89 -
System Red Green Blue C M Y K H S L
Decimal 234 222 125 0 0.05 0.47 0.08 53.39 0.72 0.7
Hex EA DE 7D 0 5 2F 8 35 48 46
Octal 352 336 175 0 5 57 10 65 110 106
Binary 11101010 11011110 1111101 0 101 101111 1000 110101 1001000 1000110

Color Harmonies of #EADE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE7D

Black with #EADE7D

Text Example


Text Example

White with #EADE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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