Html Css Color HEX #CE851A Ochre

📋 copy color: '#CE851A'

red 206 ◦ green 133 ◦ blue 26

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

Shades of Ochre #CE851A

Tints of Ochre #CE851A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.44%

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

R = 56.44%
G = 36.44%
B = 7.12%

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

#CE851A (or 0xCE851A) is known color: Ochre. HEX triplet: CE, 85 and 1A. RGB value is (206,133,26). Sum of RGB (Red+Green+Blue) = 206+133+26=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE851A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE851A is #317AE5. Grayscale: #8F8F8F. Windows color (decimal): -3242726 or 1738190. OLE color: 1738190.

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

Color convert

RGB 206 133 26 -
CMYK 0 0.35 0.87 0.19
HSL 35.67º 0.78% 0.45% -
HSV(B) 35.67º 0.87% 0.81% -
XYZ 34.03 29.97 4.97 -
YUV 142.63 62.18 173.2 -
System Red Green Blue C M Y K H S L
Decimal 206 133 26 0 0.35 0.87 0.19 35.67 0.78 0.45
Hex CE 85 1A 0 23 57 13 24 4E 2D
Octal 316 205 32 0 43 127 23 44 116 55
Binary 11001110 10000101 11010 0 100011 1010111 10011 100100 1001110 101101

Color Harmonies of #CE851A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE851A

Black with #CE851A

Text Example


Text Example

White with #CE851A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE851A; }

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

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

background-color css

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

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

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

border-color css

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

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

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