Html Css Color HEX #CE811A Ochre

📋 copy color: '#CE811A'

red 206 ◦ green 129 ◦ blue 26

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

Shades of Ochre #CE811A

Tints of Ochre #CE811A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.73%

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

R = 57.06%
G = 35.73%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE811A (or 0xCE811A) is known color: Ochre. HEX triplet: CE, 81 and 1A. RGB value is (206,129,26). Sum of RGB (Red+Green+Blue) = 206+129+26=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE811A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE811A is #317EE5. Grayscale: #8C8C8C. Windows color (decimal): -3243750 or 1737166. OLE color: 1737166.

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

Color convert

RGB 206 129 26 -
CMYK 0 0.37 0.87 0.19
HSL 34.33º 0.78% 0.45% -
HSV(B) 34.33º 0.87% 0.81% -
XYZ 33.49 28.9 4.79 -
YUV 140.28 63.51 174.88 -
System Red Green Blue C M Y K H S L
Decimal 206 129 26 0 0.37 0.87 0.19 34.33 0.78 0.45
Hex CE 81 1A 0 25 57 13 22 4E 2D
Octal 316 201 32 0 45 127 23 42 116 55
Binary 11001110 10000001 11010 0 100101 1010111 10011 100010 1001110 101101

Color Harmonies of #CE811A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE811A

Black with #CE811A

Text Example


Text Example

White with #CE811A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE811A; }

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

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

background-color css

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

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

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

border-color css

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

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

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