#CE8414

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

Shades of Ochre #CE8414

Tints of Ochre #CE8414

Color information

#CE8414 (or 0xCE8414) is unknown color: approx Ochre. HEX triplet: CE, 84 and 14. RGB value is (206,132,20). Sum of RGB (Red+Green+Blue) = 206+132+20=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8414 is #317BEB. Grayscale: #8D8D8D. Windows color (decimal): -3242988 or 1344718. OLE color: 1344718.

HSL color Cylindrical-coordinate representation of color #CE8414: hue angle of 36.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE8414 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB20613220-
CMYK00.360.900.19
HSL36.13º82.3%44.31%-
HSV(B)36.13º90.29%80.78%-
XYZ33.8329.674.61-
YUV141.3659.52174.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.54%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 20 (8.20% from 255) = 5.59%
R=57.54%
G=36.87%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061322000.360.900.1936.1382.344.31
HexCE84140245A1324522c
Octal31620424044132234412254
Binary11001110100001001010001001001011010100111001001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8414; }

 p { color: rgb(206,132,20); }

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

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

 a { background-color: rgb(206,132,20); }

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

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

 span { border-color: rgb(206,132,20); }

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