Html Css Color HEX #CE8119 Ochre

📋 copy color: '#CE8119'

red 206 ◦ green 129 ◦ blue 25

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

Shades of Ochre #CE8119

Tints of Ochre #CE8119

RGB

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

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

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

R = 57.22%
G = 35.83%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE8119 (or 0xCE8119) is known color: Ochre. HEX triplet: CE, 81 and 19. RGB value is (206,129,25). Sum of RGB (Red+Green+Blue) = 206+129+25=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8119 is #317EE6. Grayscale: #8C8C8C. Windows color (decimal): -3243751 or 1671630. OLE color: 1671630.

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

Color convert

RGB 206 129 25 -
CMYK 0 0.37 0.88 0.19
HSL 34.48º 0.78% 0.45% -
HSV(B) 34.48º 0.88% 0.81% -
XYZ 33.48 28.89 4.73 -
YUV 140.17 63.01 174.96 -
System Red Green Blue C M Y K H S L
Decimal 206 129 25 0 0.37 0.88 0.19 34.48 0.78 0.45
Hex CE 81 19 0 25 58 13 22 4E 2D
Octal 316 201 31 0 45 130 23 42 116 55
Binary 11001110 10000001 11001 0 100101 1011000 10011 100010 1001110 101101

Color Harmonies of #CE8119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8119

Black with #CE8119

Text Example


Text Example

White with #CE8119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8119; }

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

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

background-color css

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

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

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

border-color css

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

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

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