#CE8815

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

Shades of Ochre #CE8815

Tints of Ochre #CE8815

Color information

#CE8815 (or 0xCE8815) is unknown color: approx Ochre. HEX triplet: CE, 88 and 15. RGB value is (206,136,21). Sum of RGB (Red+Green+Blue) = 206+136+21=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8815 is #3177EA. Grayscale: #909090. Windows color (decimal): -3241963 or 1411278. OLE color: 1411278.

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

Color convert

RGB20613621-
CMYK00.340.900.19
HSL37.3º81.5%44.51%-
HSV(B)37.3º89.81%80.78%-
XYZ34.3930.784.84-
YUV143.8258.69172.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 56.75%
GREEN value IS 136 (53.52% from 255) = 37.47%
BLUE value IS 21 (8.59% from 255) = 5.79%
R=56.75%
G=37.47%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061362100.340.900.1937.381.544.51
HexCE88150225A1325512d
Octal31621025042132234512155
Binary11001110100010001010101000101011010100111001011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8815; }

 p { color: rgb(206,136,21); }

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

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

 a { background-color: rgb(206,136,21); }

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

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

 span { border-color: rgb(206,136,21); }

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