#CE913E

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

Shades of Anzac #CE913E

Tints of Anzac #CE913E

Color information

#CE913E (or 0xCE913E) is unknown color: approx Anzac. HEX triplet: CE, 91 and 3E. RGB value is (206,145,62). Sum of RGB (Red+Green+Blue) = 206+145+62=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE913E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE913E is #316EC1. Grayscale: #9A9A9A. Windows color (decimal): -3239618 or 4100558. OLE color: 4100558.

HSL color Cylindrical-coordinate representation of color #CE913E: hue angle of 34.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE913E is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB20614562-
CMYK00.300.700.19
HSL34.58º59.5%52.55%-
HSV(B)34.58º69.9%80.78%-
XYZ36.4533.729.15-
YUV153.7876.21165.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.88%
GREEN value IS 145 (57.03% from 255) = 35.11%
BLUE value IS 62 (24.61% from 255) = 15.01%
R=49.88%
G=35.11%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061456200.300.700.1934.5859.552.55
HexCE913E01E4613233c35
Octal3162217603610623437465
Binary1100111010010001111110011110100011010011100011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE913E; }

 p { color: rgb(206,145,62); }

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

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

 a { background-color: rgb(206,145,62); }

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

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

 span { border-color: rgb(206,145,62); }

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