Html Css Color HEX #EADC84 Light Goldenrod

📋 copy color: '#EADC84'

red 234 ◦ green 220 ◦ blue 132

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

Shades of Light Goldenrod #EADC84

Tints of Light Goldenrod #EADC84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.53%

R = 39.93%
G = 37.54%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EADC84 (or 0xEADC84) is known color: Light Goldenrod. HEX triplet: EA, DC and 84. RGB value is (234,220,132). Sum of RGB (Red+Green+Blue) = 234+220+132=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 132 (51.95% from 255 or 22.53% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADC84 is #15237B. Grayscale: #D6D6D6. Windows color (decimal): -1385340 or 8707306. OLE color: 8707306.

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

Color convert

RGB 234 220 132 -
CMYK 0 0.06 0.44 0.08
HSL 51.76º 0.71% 0.72% -
HSV(B) 51.76º 0.44% 0.92% -
XYZ 63.69 70.34 32.05 -
YUV 214.15 81.64 142.16 -
System Red Green Blue C M Y K H S L
Decimal 234 220 132 0 0.06 0.44 0.08 51.76 0.71 0.72
Hex EA DC 84 0 6 2C 8 34 47 48
Octal 352 334 204 0 6 54 10 64 107 110
Binary 11101010 11011100 10000100 0 110 101100 1000 110100 1000111 1001000

Color Harmonies of #EADC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC84

Black with #EADC84

Text Example


Text Example

White with #EADC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC84; }

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

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

background-color css

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

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

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

border-color css

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

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

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