Html Css Color HEX #CE861A Ochre

📋 copy color: '#CE861A'

red 206 ◦ green 134 ◦ blue 26

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

Shades of Ochre #CE861A

Tints of Ochre #CE861A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.61%

 BLUE value IS 26 (10.55% from 255) = 7.1%

R = 56.28%
G = 36.61%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE861A (or 0xCE861A) is known color: Ochre. HEX triplet: CE, 86 and 1A. RGB value is (206,134,26). Sum of RGB (Red+Green+Blue) = 206+134+26=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE861A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE861A is #3179E5. Grayscale: #8F8F8F. Windows color (decimal): -3242470 or 1738446. OLE color: 1738446.

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

Color convert

RGB 206 134 26 -
CMYK 0 0.35 0.87 0.19
HSL 36º 0.78% 0.45% -
HSV(B) 36º 0.87% 0.81% -
XYZ 34.17 30.25 5.01 -
YUV 143.22 61.85 172.78 -
System Red Green Blue C M Y K H S L
Decimal 206 134 26 0 0.35 0.87 0.19 36 0.78 0.45
Hex CE 86 1A 0 23 57 13 24 4E 2D
Octal 316 206 32 0 43 127 23 44 116 55
Binary 11001110 10000110 11010 0 100011 1010111 10011 100100 1001110 101101

Color Harmonies of #CE861A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE861A

Black with #CE861A

Text Example


Text Example

White with #CE861A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE861A; }

 p { color: rgb(206,134,26); }

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

background-color css

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

 a { background-color: rgb(206,134,26); }

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

border-color css

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

 span { border-color: rgb(206,134,26); }

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