#CE740A

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

Shades of Ochre #CE740A

Tints of Ochre #CE740A

Color information

#CE740A (or 0xCE740A) is unknown color: approx Ochre. HEX triplet: CE, 74 and 0A. RGB value is (206,116,10). Sum of RGB (Red+Green+Blue) = 206+116+10=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE740A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE740A is #318BF5. Grayscale: #838383. Windows color (decimal): -3247094 or 685262. OLE color: 685262.

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

Color convert

RGB20611610-
CMYK00.440.950.19
HSL32.45º90.74%42.35%-
HSV(B)32.45º95.15%80.78%-
XYZ31.7525.633.56-
YUV130.8359.82181.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 62.05%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 10 (4.30% from 255) = 3.01%
R=62.05%
G=34.94%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061161000.440.950.1932.4590.7442.35
HexCE74A02C5F13205b2a
Octal31616412054137234013352
Binary110011101110100101001011001011111100111000001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE740A; }

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

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

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

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

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

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

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

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