Html Css Color HEX #CE841B Ochre

📋 copy color: '#CE841B'

red 206 ◦ green 132 ◦ blue 27

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

Shades of Ochre #CE841B

Tints of Ochre #CE841B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.4%

R = 56.44%
G = 36.16%
B = 7.4%

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

#CE841B (or 0xCE841B) is known color: Ochre. HEX triplet: CE, 84 and 1B. RGB value is (206,132,27). Sum of RGB (Red+Green+Blue) = 206+132+27=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE841B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE841B is #317BE4. Grayscale: #8E8E8E. Windows color (decimal): -3242981 or 1803470. OLE color: 1803470.

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

Color convert

RGB 206 132 27 -
CMYK 0 0.36 0.87 0.19
HSL 35.2º 0.77% 0.46% -
HSV(B) 35.2º 0.87% 0.81% -
XYZ 33.9 29.7 4.98 -
YUV 142.16 63.02 173.54 -
System Red Green Blue C M Y K H S L
Decimal 206 132 27 0 0.36 0.87 0.19 35.2 0.77 0.46
Hex CE 84 1B 0 24 57 13 23 4D 2E
Octal 316 204 33 0 44 127 23 43 115 56
Binary 11001110 10000100 11011 0 100100 1010111 10011 100011 1001101 101110

Color Harmonies of #CE841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE841B

Black with #CE841B

Text Example


Text Example

White with #CE841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE841B; }

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

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

background-color css

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

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

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

border-color css

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

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

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