Html Css Color HEX #E9DC7A Light Goldenrod

📋 copy color: '#E9DC7A'

red 233 ◦ green 220 ◦ blue 122

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

Shades of Light Goldenrod #E9DC7A

Tints of Light Goldenrod #E9DC7A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.26%

 BLUE value IS 122 (48.05% from 255) = 21.22%

R = 40.52%
G = 38.26%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E9DC7A (or 0xE9DC7A) is known color: Light Goldenrod. HEX triplet: E9, DC and 7A. RGB value is (233,220,122). Sum of RGB (Red+Green+Blue) = 233+220+122=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 122 (48.05% from 255 or 21.22% from 575); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DC7A is #162385. Grayscale: #D5D5D5. Windows color (decimal): -1450886 or 8051945. OLE color: 8051945.

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

Color convert

RGB 233 220 122 -
CMYK 0 0.06 0.48 0.09
HSL 52.97º 0.72% 0.7% -
HSV(B) 52.97º 0.48% 0.91% -
XYZ 62.71 69.92 28.6 -
YUV 212.72 76.81 142.47 -
System Red Green Blue C M Y K H S L
Decimal 233 220 122 0 0.06 0.48 0.09 52.97 0.72 0.7
Hex E9 DC 7A 0 6 30 9 35 48 46
Octal 351 334 172 0 6 60 11 65 110 106
Binary 11101001 11011100 1111010 0 110 110000 1001 110101 1001000 1000110

Color Harmonies of #E9DC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DC7A

Black with #E9DC7A

Text Example


Text Example

White with #E9DC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DC7A; }

 p { color: rgb(233,220,122); }

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

background-color css

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

 a { background-color: rgb(233,220,122); }

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

border-color css

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

 span { border-color: rgb(233,220,122); }

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