#E4CB65

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

Shades of Golden Sand #E4CB65

Tints of Golden Sand #E4CB65

Color information

#E4CB65 (or 0xE4CB65) is unknown color: approx Golden Sand. HEX triplet: E4, CB and 65. RGB value is (228,203,101). Sum of RGB (Red+Green+Blue) = 228+203+101=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4CB65 is #1B349A. Grayscale: #C7C7C7. Windows color (decimal): -1782939 or 6671332. OLE color: 6671332.

HSL color Cylindrical-coordinate representation of color #E4CB65: hue angle of 48.19º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E4CB65 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB228203101-
CMYK00.110.560.11
HSL48.19º70.17%64.51%-
HSV(B)48.19º55.7%89.41%-
XYZ55.760.1520.99-
YUV198.8572.78148.79-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.86%
GREEN value IS 203 (79.69% from 255) = 38.16%
BLUE value IS 101 (39.84% from 255) = 18.98%
R=42.86%
G=38.16%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820310100.110.560.1148.1970.1764.51
HexE4CB650B38B304641
Octal344313145013701360106101
Binary1110010011001011110010101011111000101111000010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CB65; }

 p { color: rgb(228,203,101); }

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

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

 a { background-color: rgb(228,203,101); }

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

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

 span { border-color: rgb(228,203,101); }

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