Html Css Color HEX #EADD84 Light Goldenrod

📋 copy color: '#EADD84'

red 234 ◦ green 221 ◦ blue 132

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

Shades of Light Goldenrod #EADD84

Tints of Light Goldenrod #EADD84

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.65%

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

R = 39.86%
G = 37.65%
B = 22.49%

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

#EADD84 (or 0xEADD84) is known color: Light Goldenrod. HEX triplet: EA, DD and 84. RGB value is (234,221,132). Sum of RGB (Red+Green+Blue) = 234+221+132=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 132 (51.95% from 255 or 22.49% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD84 is #15227B. Grayscale: #D7D7D7. Windows color (decimal): -1385084 or 8707562. OLE color: 8707562.

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

Color convert

RGB 234 221 132 -
CMYK 0 0.06 0.44 0.08
HSL 52.35º 0.71% 0.72% -
HSV(B) 52.35º 0.44% 0.92% -
XYZ 63.95 70.87 32.14 -
YUV 214.74 81.31 141.74 -
System Red Green Blue C M Y K H S L
Decimal 234 221 132 0 0.06 0.44 0.08 52.35 0.71 0.72
Hex EA DD 84 0 6 2C 8 34 47 48
Octal 352 335 204 0 6 54 10 64 107 110
Binary 11101010 11011101 10000100 0 110 101100 1000 110100 1000111 1001000

Color Harmonies of #EADD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD84

Black with #EADD84

Text Example


Text Example

White with #EADD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD84; }

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

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

background-color css

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

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

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

border-color css

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

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

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