#CE7E14

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

Shades of Ochre #CE7E14

Tints of Ochre #CE7E14

Color information

#CE7E14 (or 0xCE7E14) is unknown color: approx Ochre. HEX triplet: CE, 7E and 14. RGB value is (206,126,20). Sum of RGB (Red+Green+Blue) = 206+126+20=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7E14 is #3181EB. Grayscale: #8A8A8A. Windows color (decimal): -3244524 or 1343182. OLE color: 1343182.

HSL color Cylindrical-coordinate representation of color #CE7E14: hue angle of 34.19º 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 #CE7E14 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB20612620-
CMYK00.390.900.19
HSL34.19º82.3%44.31%-
HSV(B)34.19º90.29%80.78%-
XYZ33.0428.094.34-
YUV137.8461.5176.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 58.52%
GREEN value IS 126 (49.61% from 255) = 35.80%
BLUE value IS 20 (8.20% from 255) = 5.68%
R=58.52%
G=35.80%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061262000.390.900.1934.1982.344.31
HexCE7E140275A1322522c
Octal31617624047132234212254
Binary1100111011111101010001001111011010100111000101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7E14; }

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

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

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

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

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

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

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

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