Html Css Color HEX #EADC86 Light Goldenrod

📋 copy color: '#EADC86'

red 234 ◦ green 220 ◦ blue 134

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

Shades of Light Goldenrod #EADC86

Tints of Light Goldenrod #EADC86

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.41%

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

R = 39.8%
G = 37.41%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EADC86 (or 0xEADC86) is known color: Light Goldenrod. HEX triplet: EA, DC and 86. RGB value is (234,220,134). Sum of RGB (Red+Green+Blue) = 234+220+134=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 134 (52.73% from 255 or 22.79% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADC86 is #152379. Grayscale: #D6D6D6. Windows color (decimal): -1385338 or 8838378. OLE color: 8838378.

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

Color convert

RGB 234 220 134 -
CMYK 0 0.06 0.43 0.08
HSL 51.6º 0.7% 0.72% -
HSV(B) 51.6º 0.43% 0.92% -
XYZ 63.83 70.4 32.78 -
YUV 214.38 82.64 141.99 -
System Red Green Blue C M Y K H S L
Decimal 234 220 134 0 0.06 0.43 0.08 51.6 0.7 0.72
Hex EA DC 86 0 6 2B 8 34 46 48
Octal 352 334 206 0 6 53 10 64 106 110
Binary 11101010 11011100 10000110 0 110 101011 1000 110100 1000110 1001000

Color Harmonies of #EADC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC86

Black with #EADC86

Text Example


Text Example

White with #EADC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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