Html Css Color HEX #EADB7E Light Goldenrod

📋 copy color: '#EADB7E'

red 234 ◦ green 219 ◦ blue 126

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

Shades of Light Goldenrod #EADB7E

Tints of Light Goldenrod #EADB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.76%

R = 40.41%
G = 37.82%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EADB7E (or 0xEADB7E) is known color: Light Goldenrod. HEX triplet: EA, DB and 7E. RGB value is (234,219,126). Sum of RGB (Red+Green+Blue) = 234+219+126=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 126 (49.61% from 255 or 21.76% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB7E is #152481. Grayscale: #D5D5D5. Windows color (decimal): -1385602 or 8313834. OLE color: 8313834.

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

Color convert

RGB 234 219 126 -
CMYK 0 0.06 0.46 0.08
HSL 51.67º 0.72% 0.71% -
HSV(B) 51.67º 0.46% 0.92% -
XYZ 63.03 69.66 29.86 -
YUV 212.88 78.97 143.06 -
System Red Green Blue C M Y K H S L
Decimal 234 219 126 0 0.06 0.46 0.08 51.67 0.72 0.71
Hex EA DB 7E 0 6 2E 8 34 48 47
Octal 352 333 176 0 6 56 10 64 110 107
Binary 11101010 11011011 1111110 0 110 101110 1000 110100 1001000 1000111

Color Harmonies of #EADB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB7E

Black with #EADB7E

Text Example


Text Example

White with #EADB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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