Html Css Color HEX #CE8519 Ochre

📋 copy color: '#CE8519'

red 206 ◦ green 133 ◦ blue 25

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

Shades of Ochre #CE8519

Tints of Ochre #CE8519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.87%

R = 56.59%
G = 36.54%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE8519 (or 0xCE8519) is known color: Ochre. HEX triplet: CE, 85 and 19. RGB value is (206,133,25). Sum of RGB (Red+Green+Blue) = 206+133+25=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8519 is #317AE6. Grayscale: #8F8F8F. Windows color (decimal): -3242727 or 1672654. OLE color: 1672654.

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

Color convert

RGB 206 133 25 -
CMYK 0 0.35 0.88 0.19
HSL 35.8º 0.78% 0.45% -
HSV(B) 35.8º 0.88% 0.81% -
XYZ 34.02 29.97 4.91 -
YUV 142.52 61.68 173.28 -
System Red Green Blue C M Y K H S L
Decimal 206 133 25 0 0.35 0.88 0.19 35.8 0.78 0.45
Hex CE 85 19 0 23 58 13 24 4E 2D
Octal 316 205 31 0 43 130 23 44 116 55
Binary 11001110 10000101 11001 0 100011 1011000 10011 100100 1001110 101101

Color Harmonies of #CE8519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8519

Black with #CE8519

Text Example


Text Example

White with #CE8519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8519; }

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

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

background-color css

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

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

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

border-color css

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

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

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