#E0CB67

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

Shades of Golden Sand #E0CB67

Tints of Golden Sand #E0CB67

Color information

#E0CB67 (or 0xE0CB67) is unknown color: approx Golden Sand. HEX triplet: E0, CB and 67. RGB value is (224,203,103). Sum of RGB (Red+Green+Blue) = 224+203+103=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 103 (40.62% from 255 or 19.43% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CB67 is #1F3498. Grayscale: #C6C6C6. Windows color (decimal): -2045081 or 6802400. OLE color: 6802400.

HSL color Cylindrical-coordinate representation of color #E0CB67: hue angle of 49.59º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0CB67 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB224203103-
CMYK00.090.540.12
HSL49.59º66.12%64.12%-
HSV(B)49.59º54.02%87.84%-
XYZ54.5459.5421.45-
YUV197.8874.46146.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.26%
GREEN value IS 203 (79.69% from 255) = 38.30%
BLUE value IS 103 (40.62% from 255) = 19.43%
R=42.26%
G=38.30%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420310300.090.540.1249.5966.1264.12
HexE0CB670936C324240
Octal340313147011661462102100
Binary1110000011001011110011101001110110110011001010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CB67; }

 p { color: rgb(224,203,103); }

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

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

 a { background-color: rgb(224,203,103); }

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

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

 span { border-color: rgb(224,203,103); }

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