Html Css Color HEX #E1CF85 Sandwisp

📋 copy color: '#E1CF85'

red 225 ◦ green 207 ◦ blue 133

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

Shades of Sandwisp #E1CF85

Tints of Sandwisp #E1CF85

RGB

 RED value IS 225 (88.28% from 255) = 39.82%

 GREEN value IS 207 (81.25% from 255) = 36.64%

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

R = 39.82%
G = 36.64%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E1CF85 (or 0xE1CF85) is known color: Sandwisp. HEX triplet: E1, CF and 85. RGB value is (225,207,133). Sum of RGB (Red+Green+Blue) = 225+207+133=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CF85 is #1E307A. Grayscale: #CCCCCC. Windows color (decimal): -1978491 or 8769505. OLE color: 8769505.

HSL color Cylindrical-coordinate representation of color #E1CF85: hue angle of 48.26º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E1CF85 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 207 133 -
CMYK 0 0.08 0.41 0.12
HSL 48.26º 0.61% 0.7% -
HSV(B) 48.26º 0.41% 0.88% -
XYZ 57.6 62.33 31.18 -
YUV 203.95 87.96 143.02 -
System Red Green Blue C M Y K H S L
Decimal 225 207 133 0 0.08 0.41 0.12 48.26 0.61 0.7
Hex E1 CF 85 0 8 29 C 30 3D 46
Octal 341 317 205 0 10 51 14 60 75 106
Binary 11100001 11001111 10000101 0 1000 101001 1100 110000 111101 1000110

Color Harmonies of #E1CF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CF85

Black with #E1CF85

Text Example


Text Example

White with #E1CF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CF85; }

 p { color: rgb(225,207,133); }

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

background-color css

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

 a { background-color: rgb(225,207,133); }

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

border-color css

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

 span { border-color: rgb(225,207,133); }

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