Html Css Color HEX #E5DA85 Light Goldenrod

📋 copy color: '#E5DA85'

red 229 ◦ green 218 ◦ blue 133

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

Shades of Light Goldenrod #E5DA85

Tints of Light Goldenrod #E5DA85

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.59%

 BLUE value IS 133 (52.34% from 255) = 22.93%

R = 39.48%
G = 37.59%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E5DA85 (or 0xE5DA85) is known color: Light Goldenrod. HEX triplet: E5, DA and 85. RGB value is (229,218,133). Sum of RGB (Red+Green+Blue) = 229+218+133=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DA85 is #1A257A. Grayscale: #D3D3D3. Windows color (decimal): -1713531 or 8772325. OLE color: 8772325.

HSL color Cylindrical-coordinate representation of color #E5DA85: hue angle of 53.12º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E5DA85 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 218 133 -
CMYK 0 0.05 0.42 0.10
HSL 53.13º 0.65% 0.71% -
HSV(B) 53.13º 0.42% 0.9% -
XYZ 61.62 68.49 32.16 -
YUV 211.6 83.64 140.41 -
System Red Green Blue C M Y K H S L
Decimal 229 218 133 0 0.05 0.42 0.10 53.13 0.65 0.71
Hex E5 DA 85 0 5 2A A 35 41 47
Octal 345 332 205 0 5 52 12 65 101 107
Binary 11100101 11011010 10000101 0 101 101010 1010 110101 1000001 1000111

Color Harmonies of #E5DA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DA85

Black with #E5DA85

Text Example


Text Example

White with #E5DA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DA85; }

 p { color: rgb(229,218,133); }

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

background-color css

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

 a { background-color: rgb(229,218,133); }

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

border-color css

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

 span { border-color: rgb(229,218,133); }

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