#E0CF63

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

Shades of Golden Sand #E0CF63

Tints of Golden Sand #E0CF63

Color information

#E0CF63 (or 0xE0CF63) is unknown color: approx Golden Sand. HEX triplet: E0, CF and 63. RGB value is (224,207,99). Sum of RGB (Red+Green+Blue) = 224+207+99=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 99 (39.06% from 255 or 18.68% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CF63 is #1F309C. Grayscale: #C8C8C8. Windows color (decimal): -2044061 or 6541280. OLE color: 6541280.

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

Color convert

RGB22420799-
CMYK00.080.560.12
HSL51.84º66.84%63.33%-
HSV(B)51.84º55.8%87.84%-
XYZ55.3161.3720.74-
YUV199.7771.13145.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.26%
GREEN value IS 207 (81.25% from 255) = 39.06%
BLUE value IS 99 (39.06% from 255) = 18.68%
R=42.26%
G=39.06%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242079900.080.560.1251.8466.8463.33
HexE0CF630838C34433f
Octal34031714301070146410377
Binary111000001100111111000110100011100011001101001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CF63; }

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

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

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

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

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

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

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

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