Html Css Color HEX #E5DC7D Light Goldenrod

📋 copy color: '#E5DC7D'

red 229 ◦ green 220 ◦ blue 125

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

Shades of Light Goldenrod #E5DC7D

Tints of Light Goldenrod #E5DC7D

RGB

 RED value IS 229 (89.84% from 255) = 39.9%

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

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

R = 39.9%
G = 38.33%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5DC7D (or 0xE5DC7D) is known color: Light Goldenrod. HEX triplet: E5, DC and 7D. RGB value is (229,220,125). Sum of RGB (Red+Green+Blue) = 229+220+125=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 125 (49.22% from 255 or 21.78% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DC7D is #1A2382. Grayscale: #D4D4D4. Windows color (decimal): -1713027 or 8248549. OLE color: 8248549.

HSL color Cylindrical-coordinate representation of color #E5DC7D: hue angle of 54.81º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5DC7D is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 220 125 -
CMYK 0 0.04 0.45 0.10
HSL 54.81º 0.67% 0.69% -
HSV(B) 54.81º 0.45% 0.9% -
XYZ 61.61 69.33 29.54 -
YUV 211.86 78.98 140.22 -
System Red Green Blue C M Y K H S L
Decimal 229 220 125 0 0.04 0.45 0.10 54.81 0.67 0.69
Hex E5 DC 7D 0 4 2D A 37 43 45
Octal 345 334 175 0 4 55 12 67 103 105
Binary 11100101 11011100 1111101 0 100 101101 1010 110111 1000011 1000101

Color Harmonies of #E5DC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DC7D

Black with #E5DC7D

Text Example


Text Example

White with #E5DC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DC7D; }

 p { color: rgb(229,220,125); }

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

background-color css

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

 a { background-color: rgb(229,220,125); }

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

border-color css

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

 span { border-color: rgb(229,220,125); }

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