Html Css Color HEX #CE7119 Ochre

📋 copy color: '#CE7119'

red 206 ◦ green 113 ◦ blue 25

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

Shades of Ochre #CE7119

Tints of Ochre #CE7119

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.85%

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

R = 59.88%
G = 32.85%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE7119 (or 0xCE7119) is known color: Ochre. HEX triplet: CE, 71 and 19. RGB value is (206,113,25). Sum of RGB (Red+Green+Blue) = 206+113+25=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7119 is #318EE6. Grayscale: #838383. Windows color (decimal): -3247847 or 1667534. OLE color: 1667534.

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

Color convert

RGB 206 113 25 -
CMYK 0 0.45 0.88 0.19
HSL 29.17º 0.78% 0.45% -
HSV(B) 29.17º 0.88% 0.81% -
XYZ 31.53 25 4.08 -
YUV 130.78 68.31 181.66 -
System Red Green Blue C M Y K H S L
Decimal 206 113 25 0 0.45 0.88 0.19 29.17 0.78 0.45
Hex CE 71 19 0 2D 58 13 1D 4E 2D
Octal 316 161 31 0 55 130 23 35 116 55
Binary 11001110 1110001 11001 0 101101 1011000 10011 11101 1001110 101101

Color Harmonies of #CE7119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7119

Black with #CE7119

Text Example


Text Example

White with #CE7119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7119; }

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

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

background-color css

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

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

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

border-color css

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

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

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