Html Css Color HEX #CE800E Ochre

📋 copy color: '#CE800E'

red 206 ◦ green 128 ◦ blue 14

#CE800E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CE800E

Tints of Ochre #CE800E

RGB

 RED value IS 206 (80.86% from 255) = 59.2%

 GREEN value IS 128 (50.39% from 255) = 36.78%

 BLUE value IS 14 (5.86% from 255) = 4.02%

R = 59.2%
G = 36.78%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE800E (or 0xCE800E) is known color: Ochre. HEX triplet: CE, 80 and 0E. RGB value is (206,128,14). Sum of RGB (Red+Green+Blue) = 206+128+14=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE800E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE800E is #317FF1. Grayscale: #8A8A8A. Windows color (decimal): -3244018 or 950478. OLE color: 950478.

HSL color Cylindrical-coordinate representation of color #CE800E: hue angle of 35.62º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE800E is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 128 14 -
CMYK 0 0.38 0.93 0.19
HSL 35.63º 0.87% 0.43% -
HSV(B) 35.63º 0.93% 0.81% -
XYZ 33.25 28.59 4.18 -
YUV 138.33 57.84 176.27 -
System Red Green Blue C M Y K H S L
Decimal 206 128 14 0 0.38 0.93 0.19 35.63 0.87 0.43
Hex CE 80 E 0 26 5D 13 24 57 2B
Octal 316 200 16 0 46 135 23 44 127 53
Binary 11001110 10000000 1110 0 100110 1011101 10011 100100 1010111 101011

Color Harmonies of #CE800E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE800E

Black with #CE800E

Text Example


Text Example

White with #CE800E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE800E; }

 p { color: rgb(206,128,14); }

 H1.HeaderClassName
 {
   color: #CE800E;
 }
 .AnyTagClassName
 {
   color: #CE800E;
 }
</style>

background-color css

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

 a { background-color: rgb(206,128,14); }

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

border-color css

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

 span { border-color: rgb(206,128,14); }

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