Html Css Color HEX #CE871E Ochre

📋 copy color: '#CE871E'

red 206 ◦ green 135 ◦ blue 30

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

Shades of Ochre #CE871E

Tints of Ochre #CE871E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.39%

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

R = 55.53%
G = 36.39%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE871E (or 0xCE871E) is known color: Ochre. HEX triplet: CE, 87 and 1E. RGB value is (206,135,30). Sum of RGB (Red+Green+Blue) = 206+135+30=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE871E is #3178E1. Grayscale: #909090. Windows color (decimal): -3242210 or 2000846. OLE color: 2000846.

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

Color convert

RGB 206 135 30 -
CMYK 0 0.34 0.85 0.19
HSL 35.8º 0.75% 0.46% -
HSV(B) 35.8º 0.85% 0.81% -
XYZ 34.35 30.54 5.31 -
YUV 144.26 63.52 172.04 -
System Red Green Blue C M Y K H S L
Decimal 206 135 30 0 0.34 0.85 0.19 35.8 0.75 0.46
Hex CE 87 1E 0 22 55 13 24 4B 2E
Octal 316 207 36 0 42 125 23 44 113 56
Binary 11001110 10000111 11110 0 100010 1010101 10011 100100 1001011 101110

Color Harmonies of #CE871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE871E

Black with #CE871E

Text Example


Text Example

White with #CE871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE871E; }

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

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

background-color css

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

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

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

border-color css

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

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

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