#CE8417

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

Shades of Ochre #CE8417

Tints of Ochre #CE8417

Color information

#CE8417 (or 0xCE8417) is unknown color: approx Ochre. HEX triplet: CE, 84 and 17. RGB value is (206,132,23). Sum of RGB (Red+Green+Blue) = 206+132+23=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8417 is #317BE8. Grayscale: #8E8E8E. Windows color (decimal): -3242985 or 1541326. OLE color: 1541326.

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

Color convert

RGB20613223-
CMYK00.360.890.19
HSL35.74º79.91%44.9%-
HSV(B)35.74º88.83%80.78%-
XYZ33.8629.694.76-
YUV141.761.02173.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.06%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 23 (9.38% from 255) = 6.37%
R=57.06%
G=36.57%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061322300.360.890.1935.7479.9144.9
HexCE8417024591324502d
Octal31620427044131234412055
Binary11001110100001001011101001001011001100111001001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8417; }

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

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

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

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

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

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

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

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