Html Css Color HEX #EADC85 Light Goldenrod

📋 copy color: '#EADC85'

red 234 ◦ green 220 ◦ blue 133

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

Shades of Light Goldenrod #EADC85

Tints of Light Goldenrod #EADC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.66%

R = 39.86%
G = 37.48%
B = 22.66%

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

#EADC85 (or 0xEADC85) is known color: Light Goldenrod. HEX triplet: EA, DC and 85. RGB value is (234,220,133). Sum of RGB (Red+Green+Blue) = 234+220+133=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADC85 is #15237A. Grayscale: #D6D6D6. Windows color (decimal): -1385339 or 8772842. OLE color: 8772842.

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

Color convert

RGB 234 220 133 -
CMYK 0 0.06 0.43 0.08
HSL 51.68º 0.71% 0.72% -
HSV(B) 51.68º 0.43% 0.92% -
XYZ 63.76 70.37 32.41 -
YUV 214.27 82.14 142.07 -
System Red Green Blue C M Y K H S L
Decimal 234 220 133 0 0.06 0.43 0.08 51.68 0.71 0.72
Hex EA DC 85 0 6 2B 8 34 47 48
Octal 352 334 205 0 6 53 10 64 107 110
Binary 11101010 11011100 10000101 0 110 101011 1000 110100 1000111 1001000

Color Harmonies of #EADC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC85

Black with #EADC85

Text Example


Text Example

White with #EADC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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