Html Css Color HEX #CE9240 Anzac

📋 copy color: '#CE9240'

red 206 ◦ green 146 ◦ blue 64

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

Shades of Anzac #CE9240

Tints of Anzac #CE9240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.1%

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

R = 49.52%
G = 35.1%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE9240 (or 0xCE9240) is known color: Anzac. HEX triplet: CE, 92 and 40. RGB value is (206,146,64). Sum of RGB (Red+Green+Blue) = 206+146+64=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9240 is #316DBF. Grayscale: #9A9A9A. Windows color (decimal): -3239360 or 4231886. OLE color: 4231886.

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

Color convert

RGB 206 146 64 -
CMYK 0 0.29 0.69 0.19
HSL 34.65º 0.59% 0.53% -
HSV(B) 34.65º 0.69% 0.81% -
XYZ 36.66 34.05 9.49 -
YUV 154.59 76.88 164.67 -
System Red Green Blue C M Y K H S L
Decimal 206 146 64 0 0.29 0.69 0.19 34.65 0.59 0.53
Hex CE 92 40 0 1D 45 13 23 3B 35
Octal 316 222 100 0 35 105 23 43 73 65
Binary 11001110 10010010 1000000 0 11101 1000101 10011 100011 111011 110101

Color Harmonies of #CE9240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9240

Black with #CE9240

Text Example


Text Example

White with #CE9240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9240; }

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

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

background-color css

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

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

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

border-color css

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

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

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