Html Css Color HEX #CE7218 Ochre

📋 copy color: '#CE7218'

red 206 ◦ green 114 ◦ blue 24

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

Shades of Ochre #CE7218

Tints of Ochre #CE7218

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.14%

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

R = 59.88%
G = 33.14%
B = 6.98%

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

#CE7218 (or 0xCE7218) is known color: Ochre. HEX triplet: CE, 72 and 18. RGB value is (206,114,24). Sum of RGB (Red+Green+Blue) = 206+114+24=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7218 is #318DE7. Grayscale: #838383. Windows color (decimal): -3247592 or 1602254. OLE color: 1602254.

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

Color convert

RGB 206 114 24 -
CMYK 0 0.45 0.88 0.19
HSL 29.67º 0.79% 0.45% -
HSV(B) 29.67º 0.88% 0.81% -
XYZ 31.64 25.22 4.07 -
YUV 131.25 67.48 181.32 -
System Red Green Blue C M Y K H S L
Decimal 206 114 24 0 0.45 0.88 0.19 29.67 0.79 0.45
Hex CE 72 18 0 2D 58 13 1E 4F 2D
Octal 316 162 30 0 55 130 23 36 117 55
Binary 11001110 1110010 11000 0 101101 1011000 10011 11110 1001111 101101

Color Harmonies of #CE7218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7218

Black with #CE7218

Text Example


Text Example

White with #CE7218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7218; }

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

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

background-color css

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

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

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

border-color css

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

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

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