#E0CF7B

Color #E0CF7B Sandwisp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandwisp #E0CF7B

Tints of Sandwisp #E0CF7B

Color information

#E0CF7B (or 0xE0CF7B) is unknown color: approx Sandwisp. HEX triplet: E0, CF and 7B. RGB value is (224,207,123). Sum of RGB (Red+Green+Blue) = 224+207+123=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 123 (48.44% from 255 or 22.20% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CF7B is #1F3084. Grayscale: #CACACA. Windows color (decimal): -2044037 or 8114144. OLE color: 8114144.

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

Color convert

RGB224207123-
CMYK00.080.450.12
HSL49.9º61.96%68.04%-
HSV(B)49.9º45.09%87.84%-
XYZ56.6361.927.7-
YUV202.5183.13143.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.43%
GREEN value IS 207 (81.25% from 255) = 37.36%
BLUE value IS 123 (48.44% from 255) = 22.20%
R=40.43%
G=37.36%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420712300.080.450.1249.961.9668.04
HexE0CF7B082DC323e44
Octal34031717301055146276104
Binary111000001100111111110110100010110111001100101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CF7B; }

 p { color: rgb(224,207,123); }

 H1.HeaderClassName
 {
   color: #E0CF7B;
 }
 .AnyTagClassName
 {
   color: #E0CF7B;
 }
</style>
background-color css

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

 a { background-color: rgb(224,207,123); }

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

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

 span { border-color: rgb(224,207,123); }

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