#CE741E

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

Shades of Ochre #CE741E

Tints of Ochre #CE741E

Color information

#CE741E (or 0xCE741E) is unknown color: approx Ochre. HEX triplet: CE, 74 and 1E. RGB value is (206,116,30). Sum of RGB (Red+Green+Blue) = 206+116+30=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE741E is #318BE1. Grayscale: #858585. Windows color (decimal): -3247074 or 1995982. OLE color: 1995982.

HSL color Cylindrical-coordinate representation of color #CE741E: hue angle of 29.32º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE741E is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB20611630-
CMYK00.440.850.19
HSL29.32º74.58%46.27%-
HSV(B)29.32º85.44%80.78%-
XYZ31.9325.714.51-
YUV133.1169.82179.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 58.52%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 30 (12.11% from 255) = 8.52%
R=58.52%
G=32.95%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061163000.440.850.1929.3274.5846.27
HexCE741E02C55131d4b2e
Octal31616436054125233511356
Binary110011101110100111100101100101010110011111011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE741E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE741E; }

 p { color: rgb(206,116,30); }

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

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

 a { background-color: rgb(206,116,30); }

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

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

 span { border-color: rgb(206,116,30); }

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