Html Css Color HEX #E9DB7C Light Goldenrod

📋 copy color: '#E9DB7C'

red 233 ◦ green 219 ◦ blue 124

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

Shades of Light Goldenrod #E9DB7C

Tints of Light Goldenrod #E9DB7C

RGB

 RED value IS 233 (91.41% from 255) = 40.45%

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

 BLUE value IS 124 (48.83% from 255) = 21.53%

R = 40.45%
G = 38.02%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E9DB7C (or 0xE9DB7C) is known color: Light Goldenrod. HEX triplet: E9, DB and 7C. RGB value is (233,219,124). Sum of RGB (Red+Green+Blue) = 233+219+124=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 124 (48.83% from 255 or 21.53% from 576); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DB7C is #162483. Grayscale: #D4D4D4. Windows color (decimal): -1451140 or 8182761. OLE color: 8182761.

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

Color convert

RGB 233 219 124 -
CMYK 0 0.06 0.47 0.09
HSL 52.29º 0.71% 0.7% -
HSV(B) 52.29º 0.47% 0.91% -
XYZ 62.57 69.44 29.17 -
YUV 212.36 78.14 142.72 -
System Red Green Blue C M Y K H S L
Decimal 233 219 124 0 0.06 0.47 0.09 52.29 0.71 0.7
Hex E9 DB 7C 0 6 2F 9 34 47 46
Octal 351 333 174 0 6 57 11 64 107 106
Binary 11101001 11011011 1111100 0 110 101111 1001 110100 1000111 1000110

Color Harmonies of #E9DB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DB7C

Black with #E9DB7C

Text Example


Text Example

White with #E9DB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DB7C; }

 p { color: rgb(233,219,124); }

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

background-color css

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

 a { background-color: rgb(233,219,124); }

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

border-color css

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

 span { border-color: rgb(233,219,124); }

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