Html Css Color HEX #CE7418 Ochre

📋 copy color: '#CE7418'

red 206 ◦ green 116 ◦ blue 24

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

Shades of Ochre #CE7418

Tints of Ochre #CE7418

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.53%

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

R = 59.54%
G = 33.53%
B = 6.94%

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

#CE7418 (or 0xCE7418) is known color: Ochre. HEX triplet: CE, 74 and 18. RGB value is (206,116,24). Sum of RGB (Red+Green+Blue) = 206+116+24=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7418 is #318BE7. Grayscale: #848484. Windows color (decimal): -3247080 or 1602766. OLE color: 1602766.

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

Color convert

RGB 206 116 24 -
CMYK 0 0.44 0.88 0.19
HSL 30.33º 0.79% 0.45% -
HSV(B) 30.33º 0.88% 0.81% -
XYZ 31.86 25.68 4.14 -
YUV 132.42 66.82 180.48 -
System Red Green Blue C M Y K H S L
Decimal 206 116 24 0 0.44 0.88 0.19 30.33 0.79 0.45
Hex CE 74 18 0 2C 58 13 1E 4F 2D
Octal 316 164 30 0 54 130 23 36 117 55
Binary 11001110 1110100 11000 0 101100 1011000 10011 11110 1001111 101101

Color Harmonies of #CE7418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7418

Black with #CE7418

Text Example


Text Example

White with #CE7418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7418; }

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

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

background-color css

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

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

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

border-color css

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

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

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