#CE9940

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

Shades of Anzac #CE9940

Tints of Anzac #CE9940

Color information

#CE9940 (or 0xCE9940) is unknown color: approx Anzac. HEX triplet: CE, 99 and 40. RGB value is (206,153,64). Sum of RGB (Red+Green+Blue) = 206+153+64=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9940 is #3166BF. Grayscale: #9F9F9F. Windows color (decimal): -3237568 or 4233678. OLE color: 4233678.

HSL color Cylindrical-coordinate representation of color #CE9940: hue angle of 37.61º 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 #CE9940 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB20615364-
CMYK00.260.690.19
HSL37.61º59.17%52.94%-
HSV(B)37.61º68.93%80.78%-
XYZ37.7736.279.86-
YUV158.774.56161.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.70%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 64 (25.39% from 255) = 15.13%
R=48.70%
G=36.17%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061536400.260.690.1937.6159.1752.94
HexCE994001A4513263b35
Octal31623110003210523467365
Binary11001110100110011000000011010100010110011100110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9940; }

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

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

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

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

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

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

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

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