#CE9540

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

Shades of Anzac #CE9540

Tints of Anzac #CE9540

Color information

#CE9540 (or 0xCE9540) is unknown color: approx Anzac. HEX triplet: CE, 95 and 40. RGB value is (206,149,64). Sum of RGB (Red+Green+Blue) = 206+149+64=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9540 is #316ABF. Grayscale: #9C9C9C. Windows color (decimal): -3238592 or 4232654. OLE color: 4232654.

HSL color Cylindrical-coordinate representation of color #CE9540: hue angle of 35.92º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE9540 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB20614964-
CMYK00.280.690.19
HSL35.92º59.17%52.94%-
HSV(B)35.92º68.93%80.78%-
XYZ37.1334.999.65-
YUV156.3575.88163.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.16%
GREEN value IS 149 (58.59% from 255) = 35.56%
BLUE value IS 64 (25.39% from 255) = 15.27%
R=49.16%
G=35.56%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061496400.280.690.1935.9259.1752.94
HexCE954001C4513243b35
Octal31622510003410523447365
Binary11001110100101011000000011100100010110011100100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9540; }

 p { color: rgb(206,149,64); }

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

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

 a { background-color: rgb(206,149,64); }

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

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

 span { border-color: rgb(206,149,64); }

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