Html Css Color HEX #CE7818 Ochre

📋 copy color: '#CE7818'

red 206 ◦ green 120 ◦ blue 24

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

Shades of Ochre #CE7818

Tints of Ochre #CE7818

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.29%

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

R = 58.86%
G = 34.29%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE7818 (or 0xCE7818) is known color: Ochre. HEX triplet: CE, 78 and 18. RGB value is (206,120,24). Sum of RGB (Red+Green+Blue) = 206+120+24=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7818 is #3187E7. Grayscale: #878787. Windows color (decimal): -3246056 or 1603790. OLE color: 1603790.

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

Color convert

RGB 206 120 24 -
CMYK 0 0.42 0.88 0.19
HSL 31.65º 0.79% 0.45% -
HSV(B) 31.65º 0.88% 0.81% -
XYZ 32.33 26.62 4.3 -
YUV 134.77 65.49 178.81 -
System Red Green Blue C M Y K H S L
Decimal 206 120 24 0 0.42 0.88 0.19 31.65 0.79 0.45
Hex CE 78 18 0 2A 58 13 20 4F 2D
Octal 316 170 30 0 52 130 23 40 117 55
Binary 11001110 1111000 11000 0 101010 1011000 10011 100000 1001111 101101

Color Harmonies of #CE7818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7818

Black with #CE7818

Text Example


Text Example

White with #CE7818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7818; }

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

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

background-color css

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

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

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

border-color css

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

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

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