Html Css Color HEX #E5D285 Sandwisp

📋 copy color: '#E5D285'

red 229 ◦ green 210 ◦ blue 133

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

Shades of Sandwisp #E5D285

Tints of Sandwisp #E5D285

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.71%

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

R = 40.03%
G = 36.71%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E5D285 (or 0xE5D285) is known color: Sandwisp. HEX triplet: E5, D2 and 85. RGB value is (229,210,133). Sum of RGB (Red+Green+Blue) = 229+210+133=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 133 (52.34% from 255 or 23.25% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D285 is #1A2D7A. Grayscale: #CFCFCF. Windows color (decimal): -1715579 or 8770277. OLE color: 8770277.

HSL color Cylindrical-coordinate representation of color #E5D285: hue angle of 48.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 #E5D285 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 210 133 -
CMYK 0 0.08 0.42 0.10
HSL 48.13º 0.65% 0.71% -
HSV(B) 48.13º 0.42% 0.9% -
XYZ 59.59 64.44 31.49 -
YUV 206.9 86.29 143.76 -
System Red Green Blue C M Y K H S L
Decimal 229 210 133 0 0.08 0.42 0.10 48.13 0.65 0.71
Hex E5 D2 85 0 8 2A A 30 41 47
Octal 345 322 205 0 10 52 12 60 101 107
Binary 11100101 11010010 10000101 0 1000 101010 1010 110000 1000001 1000111

Color Harmonies of #E5D285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D285

Black with #E5D285

Text Example


Text Example

White with #E5D285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D285; }

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

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

background-color css

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

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

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

border-color css

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

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

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