#E6CB65

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

Shades of Golden Sand #E6CB65

Tints of Golden Sand #E6CB65

Color information

#E6CB65 (or 0xE6CB65) is unknown color: approx Golden Sand. HEX triplet: E6, CB and 65. RGB value is (230,203,101). Sum of RGB (Red+Green+Blue) = 230+203+101=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CB65 is #19349A. Grayscale: #C7C7C7. Windows color (decimal): -1651867 or 6671334. OLE color: 6671334.

HSL color Cylindrical-coordinate representation of color #E6CB65: hue angle of 47.44º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6CB65 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB230203101-
CMYK00.120.560.10
HSL47.44º72.07%64.9%-
HSV(B)47.44º56.09%90.2%-
XYZ56.3460.4721.02-
YUV199.4472.45149.79-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.07%
GREEN value IS 203 (79.69% from 255) = 38.01%
BLUE value IS 101 (39.84% from 255) = 18.91%
R=43.07%
G=38.01%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020310100.120.560.1047.4472.0764.9
HexE6CB650C38A2f4841
Octal346313145014701257110101
Binary1110011011001011110010101100111000101010111110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CB65; }

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

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

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

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

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

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

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

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