Html Css Color HEX #EADD7D Light Goldenrod

📋 copy color: '#EADD7D'

red 234 ◦ green 221 ◦ blue 125

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

Shades of Light Goldenrod #EADD7D

Tints of Light Goldenrod #EADD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.55%

R = 40.34%
G = 38.1%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EADD7D (or 0xEADD7D) is known color: Light Goldenrod. HEX triplet: EA, DD and 7D. RGB value is (234,221,125). Sum of RGB (Red+Green+Blue) = 234+221+125=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 125 (49.22% from 255 or 21.55% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD7D is #152282. Grayscale: #D6D6D6. Windows color (decimal): -1385091 or 8248810. OLE color: 8248810.

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

Color convert

RGB 234 221 125 -
CMYK 0 0.06 0.47 0.08
HSL 52.84º 0.72% 0.7% -
HSV(B) 52.84º 0.47% 0.92% -
XYZ 63.49 70.69 29.7 -
YUV 213.94 77.81 142.31 -
System Red Green Blue C M Y K H S L
Decimal 234 221 125 0 0.06 0.47 0.08 52.84 0.72 0.7
Hex EA DD 7D 0 6 2F 8 35 48 46
Octal 352 335 175 0 6 57 10 65 110 106
Binary 11101010 11011101 1111101 0 110 101111 1000 110101 1001000 1000110

Color Harmonies of #EADD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD7D

Black with #EADD7D

Text Example


Text Example

White with #EADD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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