Html Css Color HEX #E0C982 Sandwisp

📋 copy color: '#E0C982'

red 224 ◦ green 201 ◦ blue 130

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

Shades of Sandwisp #E0C982

Tints of Sandwisp #E0C982

RGB

 RED value IS 224 (87.89% from 255) = 40.36%

 GREEN value IS 201 (78.91% from 255) = 36.22%

 BLUE value IS 130 (51.17% from 255) = 23.42%

R = 40.36%
G = 36.22%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E0C982 (or 0xE0C982) is known color: Sandwisp. HEX triplet: E0, C9 and 82. RGB value is (224,201,130). Sum of RGB (Red+Green+Blue) = 224+201+130=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 130 (51.17% from 255 or 23.42% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C982 is #1F367D. Grayscale: #C8C8C8. Windows color (decimal): -2045566 or 8571360. OLE color: 8571360.

HSL color Cylindrical-coordinate representation of color #E0C982: hue angle of 45.32º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0C982 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 201 130 -
CMYK 0 0.10 0.42 0.12
HSL 45.32º 0.6% 0.69% -
HSV(B) 45.32º 0.42% 0.88% -
XYZ 55.66 59.23 29.62 -
YUV 199.78 88.62 145.27 -
System Red Green Blue C M Y K H S L
Decimal 224 201 130 0 0.10 0.42 0.12 45.32 0.6 0.69
Hex E0 C9 82 0 A 2A C 2D 3C 45
Octal 340 311 202 0 12 52 14 55 74 105
Binary 11100000 11001001 10000010 0 1010 101010 1100 101101 111100 1000101

Color Harmonies of #E0C982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C982

Black with #E0C982

Text Example


Text Example

White with #E0C982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C982; }

 p { color: rgb(224,201,130); }

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

background-color css

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

 a { background-color: rgb(224,201,130); }

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

border-color css

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

 span { border-color: rgb(224,201,130); }

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