Html Css Color HEX #CE7318 Ochre

📋 copy color: '#CE7318'

red 206 ◦ green 115 ◦ blue 24

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

Shades of Ochre #CE7318

Tints of Ochre #CE7318

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.33%

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

R = 59.71%
G = 33.33%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE7318 (or 0xCE7318) is known color: Ochre. HEX triplet: CE, 73 and 18. RGB value is (206,115,24). Sum of RGB (Red+Green+Blue) = 206+115+24=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7318 is #318CE7. Grayscale: #848484. Windows color (decimal): -3247336 or 1602510. OLE color: 1602510.

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

Color convert

RGB 206 115 24 -
CMYK 0 0.44 0.88 0.19
HSL 30º 0.79% 0.45% -
HSV(B) 30º 0.88% 0.81% -
XYZ 31.75 25.45 4.1 -
YUV 131.84 67.15 180.9 -
System Red Green Blue C M Y K H S L
Decimal 206 115 24 0 0.44 0.88 0.19 30 0.79 0.45
Hex CE 73 18 0 2C 58 13 1E 4F 2D
Octal 316 163 30 0 54 130 23 36 117 55
Binary 11001110 1110011 11000 0 101100 1011000 10011 11110 1001111 101101

Color Harmonies of #CE7318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7318

Black with #CE7318

Text Example


Text Example

White with #CE7318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7318; }

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

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

background-color css

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

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

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

border-color css

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

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

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