Html Css Color HEX #CE701E Ochre

📋 copy color: '#CE701E'

red 206 ◦ green 112 ◦ blue 30

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

Shades of Ochre #CE701E

Tints of Ochre #CE701E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.18%

 BLUE value IS 30 (12.11% from 255) = 8.62%

R = 59.2%
G = 32.18%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE701E (or 0xCE701E) is known color: Ochre. HEX triplet: CE, 70 and 1E. RGB value is (206,112,30). Sum of RGB (Red+Green+Blue) = 206+112+30=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE701E is #318FE1. Grayscale: #838383. Windows color (decimal): -3248098 or 1994958. OLE color: 1994958.

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

Color convert

RGB 206 112 30 -
CMYK 0 0.46 0.85 0.19
HSL 27.95º 0.75% 0.46% -
HSV(B) 27.95º 0.85% 0.81% -
XYZ 31.48 24.8 4.36 -
YUV 130.76 71.14 181.67 -
System Red Green Blue C M Y K H S L
Decimal 206 112 30 0 0.46 0.85 0.19 27.95 0.75 0.46
Hex CE 70 1E 0 2E 55 13 1C 4B 2E
Octal 316 160 36 0 56 125 23 34 113 56
Binary 11001110 1110000 11110 0 101110 1010101 10011 11100 1001011 101110

Color Harmonies of #CE701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE701E

Black with #CE701E

Text Example


Text Example

White with #CE701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE701E; }

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

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

background-color css

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

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

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

border-color css

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

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

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