Html Css Color HEX #EADB7D Light Goldenrod

📋 copy color: '#EADB7D'

red 234 ◦ green 219 ◦ blue 125

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

Shades of Light Goldenrod #EADB7D

Tints of Light Goldenrod #EADB7D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.89%

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

R = 40.48%
G = 37.89%
B = 21.63%

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

#EADB7D (or 0xEADB7D) is known color: Light Goldenrod. HEX triplet: EA, DB and 7D. RGB value is (234,219,125). Sum of RGB (Red+Green+Blue) = 234+219+125=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 125 (49.22% from 255 or 21.63% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB7D is #152482. Grayscale: #D5D5D5. Windows color (decimal): -1385603 or 8248298. OLE color: 8248298.

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

Color convert

RGB 234 219 125 -
CMYK 0 0.06 0.47 0.08
HSL 51.74º 0.72% 0.7% -
HSV(B) 51.74º 0.47% 0.92% -
XYZ 62.96 69.64 29.52 -
YUV 212.77 78.47 143.14 -
System Red Green Blue C M Y K H S L
Decimal 234 219 125 0 0.06 0.47 0.08 51.74 0.72 0.7
Hex EA DB 7D 0 6 2F 8 34 48 46
Octal 352 333 175 0 6 57 10 64 110 106
Binary 11101010 11011011 1111101 0 110 101111 1000 110100 1001000 1000110

Color Harmonies of #EADB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB7D

Black with #EADB7D

Text Example


Text Example

White with #EADB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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