Html Css Color HEX #CE7118 Ochre

📋 copy color: '#CE7118'

red 206 ◦ green 113 ◦ blue 24

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

Shades of Ochre #CE7118

Tints of Ochre #CE7118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7%

R = 60.06%
G = 32.94%
B = 7%

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

#CE7118 (or 0xCE7118) is known color: Ochre. HEX triplet: CE, 71 and 18. RGB value is (206,113,24). Sum of RGB (Red+Green+Blue) = 206+113+24=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7118 is #318EE7. Grayscale: #838383. Windows color (decimal): -3247848 or 1601998. OLE color: 1601998.

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

Color convert

RGB 206 113 24 -
CMYK 0 0.45 0.88 0.19
HSL 29.34º 0.79% 0.45% -
HSV(B) 29.34º 0.88% 0.81% -
XYZ 31.52 25 4.03 -
YUV 130.66 67.81 181.74 -
System Red Green Blue C M Y K H S L
Decimal 206 113 24 0 0.45 0.88 0.19 29.34 0.79 0.45
Hex CE 71 18 0 2D 58 13 1D 4F 2D
Octal 316 161 30 0 55 130 23 35 117 55
Binary 11001110 1110001 11000 0 101101 1011000 10011 11101 1001111 101101

Color Harmonies of #CE7118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7118

Black with #CE7118

Text Example


Text Example

White with #CE7118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7118; }

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

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

background-color css

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

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

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

border-color css

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

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

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