Html Css Color HEX #CE9E40 Anzac

📋 copy color: '#CE9E40'

red 206 ◦ green 158 ◦ blue 64

#CE9E40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Anzac #CE9E40

Tints of Anzac #CE9E40

RGB

 RED value IS 206 (80.86% from 255) = 48.13%

 GREEN value IS 158 (62.11% from 255) = 36.92%

 BLUE value IS 64 (25.39% from 255) = 14.95%

R = 48.13%
G = 36.92%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE9E40 (or 0xCE9E40) is known color: Anzac. HEX triplet: CE, 9E and 40. RGB value is (206,158,64). Sum of RGB (Red+Green+Blue) = 206+158+64=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9E40 is #3161BF. Grayscale: #A2A2A2. Windows color (decimal): -3236288 or 4234958. OLE color: 4234958.

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

Color convert

RGB 206 158 64 -
CMYK 0 0.23 0.69 0.19
HSL 39.72º 0.59% 0.53% -
HSV(B) 39.72º 0.69% 0.81% -
XYZ 38.61 37.95 10.14 -
YUV 161.64 72.9 159.64 -
System Red Green Blue C M Y K H S L
Decimal 206 158 64 0 0.23 0.69 0.19 39.72 0.59 0.53
Hex CE 9E 40 0 17 45 13 28 3B 35
Octal 316 236 100 0 27 105 23 50 73 65
Binary 11001110 10011110 1000000 0 10111 1000101 10011 101000 111011 110101

Color Harmonies of #CE9E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9E40

Black with #CE9E40

Text Example


Text Example

White with #CE9E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9E40; }

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

 H1.HeaderClassName
 {
   color: #CE9E40;
 }
 .AnyTagClassName
 {
   color: #CE9E40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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