Html Css Color HEX #EADE86 Light Goldenrod

📋 copy color: '#EADE86'

red 234 ◦ green 222 ◦ blue 134

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

Shades of Light Goldenrod #EADE86

Tints of Light Goldenrod #EADE86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 22.71%

R = 39.66%
G = 37.63%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EADE86 (or 0xEADE86) is known color: Light Goldenrod. HEX triplet: EA, DE and 86. RGB value is (234,222,134). Sum of RGB (Red+Green+Blue) = 234+222+134=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 134 (52.73% from 255 or 22.71% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADE86 is #152179. Grayscale: #D7D7D7. Windows color (decimal): -1384826 or 8838890. OLE color: 8838890.

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

Color convert

RGB 234 222 134 -
CMYK 0 0.05 0.43 0.08
HSL 52.8º 0.7% 0.72% -
HSV(B) 52.8º 0.43% 0.92% -
XYZ 64.36 71.46 32.95 -
YUV 215.56 81.98 141.16 -
System Red Green Blue C M Y K H S L
Decimal 234 222 134 0 0.05 0.43 0.08 52.8 0.7 0.72
Hex EA DE 86 0 5 2B 8 35 46 48
Octal 352 336 206 0 5 53 10 65 106 110
Binary 11101010 11011110 10000110 0 101 101011 1000 110101 1000110 1001000

Color Harmonies of #EADE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE86

Black with #EADE86

Text Example


Text Example

White with #EADE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE86; }

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

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

background-color css

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

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

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

border-color css

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

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

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