Html Css Color HEX #E5D480 Sandwisp

📋 copy color: '#E5D480'

red 229 ◦ green 212 ◦ blue 128

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

Shades of Sandwisp #E5D480

Tints of Sandwisp #E5D480

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.26%

 BLUE value IS 128 (50.39% from 255) = 22.5%

R = 40.25%
G = 37.26%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E5D480 (or 0xE5D480) is known color: Sandwisp. HEX triplet: E5, D4 and 80. RGB value is (229,212,128). Sum of RGB (Red+Green+Blue) = 229+212+128=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 128 (50.39% from 255 or 22.50% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D480 is #1A2B7F. Grayscale: #CFCFCF. Windows color (decimal): -1715072 or 8443109. OLE color: 8443109.

HSL color Cylindrical-coordinate representation of color #E5D480: hue angle of 49.9º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E5D480 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 212 128 -
CMYK 0 0.07 0.44 0.10
HSL 49.9º 0.66% 0.7% -
HSV(B) 49.9º 0.44% 0.9% -
XYZ 59.75 65.3 29.88 -
YUV 207.51 83.13 143.33 -
System Red Green Blue C M Y K H S L
Decimal 229 212 128 0 0.07 0.44 0.10 49.9 0.66 0.7
Hex E5 D4 80 0 7 2C A 32 42 46
Octal 345 324 200 0 7 54 12 62 102 106
Binary 11100101 11010100 10000000 0 111 101100 1010 110010 1000010 1000110

Color Harmonies of #E5D480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D480

Black with #E5D480

Text Example


Text Example

White with #E5D480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D480; }

 p { color: rgb(229,212,128); }

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

background-color css

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

 a { background-color: rgb(229,212,128); }

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

border-color css

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

 span { border-color: rgb(229,212,128); }

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