Html Css Color HEX #CE8512 Ochre

📋 copy color: '#CE8512'

red 206 ◦ green 133 ◦ blue 18

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

Shades of Ochre #CE8512

Tints of Ochre #CE8512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.04%

R = 57.7%
G = 37.25%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE8512 (or 0xCE8512) is known color: Ochre. HEX triplet: CE, 85 and 12. RGB value is (206,133,18). Sum of RGB (Red+Green+Blue) = 206+133+18=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8512 is #317AED. Grayscale: #8E8E8E. Windows color (decimal): -3242734 or 1213902. OLE color: 1213902.

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

Color convert

RGB 206 133 18 -
CMYK 0 0.35 0.91 0.19
HSL 36.7º 0.84% 0.44% -
HSV(B) 36.7º 0.91% 0.81% -
XYZ 33.95 29.94 4.56 -
YUV 141.72 58.18 173.85 -
System Red Green Blue C M Y K H S L
Decimal 206 133 18 0 0.35 0.91 0.19 36.7 0.84 0.44
Hex CE 85 12 0 23 5B 13 25 54 2C
Octal 316 205 22 0 43 133 23 45 124 54
Binary 11001110 10000101 10010 0 100011 1011011 10011 100101 1010100 101100

Color Harmonies of #CE8512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8512

Black with #CE8512

Text Example


Text Example

White with #CE8512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8512; }

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

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

background-color css

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

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

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

border-color css

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

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

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