#CE904A

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

Shades of Anzac #CE904A

Tints of Anzac #CE904A

Color information

#CE904A (or 0xCE904A) is unknown color: approx Anzac. HEX triplet: CE, 90 and 4A. RGB value is (206,144,74). Sum of RGB (Red+Green+Blue) = 206+144+74=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE904A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE904A is #316FB5. Grayscale: #9A9A9A. Windows color (decimal): -3239862 or 4886734. OLE color: 4886734.

HSL color Cylindrical-coordinate representation of color #CE904A: hue angle of 31.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE904A is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB20614474-
CMYK00.300.640.19
HSL31.82º57.39%54.9%-
HSV(B)31.82º64.08%80.78%-
XYZ36.6633.5611.02-
YUV154.5682.54164.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.58%
GREEN value IS 144 (56.64% from 255) = 33.96%
BLUE value IS 74 (29.30% from 255) = 17.45%
R=48.58%
G=33.96%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061447400.300.640.1931.8257.3954.9
HexCE904A01E4013203937
Octal31622011203610023407167
Binary11001110100100001001010011110100000010011100000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE904A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE904A; }

 p { color: rgb(206,144,74); }

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

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

 a { background-color: rgb(206,144,74); }

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

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

 span { border-color: rgb(206,144,74); }

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