Html Css Color HEX #CE841A Ochre

📋 copy color: '#CE841A'

red 206 ◦ green 132 ◦ blue 26

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

Shades of Ochre #CE841A

Tints of Ochre #CE841A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.26%

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

R = 56.59%
G = 36.26%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE841A (or 0xCE841A) is known color: Ochre. HEX triplet: CE, 84 and 1A. RGB value is (206,132,26). Sum of RGB (Red+Green+Blue) = 206+132+26=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 26 (10.55% from 255 or 7.14% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE841A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE841A is #317BE5. Grayscale: #8E8E8E. Windows color (decimal): -3242982 or 1737934. OLE color: 1737934.

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

Color convert

RGB 206 132 26 -
CMYK 0 0.36 0.87 0.19
HSL 35.33º 0.78% 0.45% -
HSV(B) 35.33º 0.87% 0.81% -
XYZ 33.89 29.7 4.92 -
YUV 142.04 62.52 173.62 -
System Red Green Blue C M Y K H S L
Decimal 206 132 26 0 0.36 0.87 0.19 35.33 0.78 0.45
Hex CE 84 1A 0 24 57 13 23 4E 2D
Octal 316 204 32 0 44 127 23 43 116 55
Binary 11001110 10000100 11010 0 100100 1010111 10011 100011 1001110 101101

Color Harmonies of #CE841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE841A

Black with #CE841A

Text Example


Text Example

White with #CE841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE841A; }

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

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

background-color css

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

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

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

border-color css

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

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

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