Html Css Color HEX #CE7618 Ochre

📋 copy color: '#CE7618'

red 206 ◦ green 118 ◦ blue 24

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

Shades of Ochre #CE7618

Tints of Ochre #CE7618

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.91%

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

R = 59.2%
G = 33.91%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE7618 (or 0xCE7618) is known color: Ochre. HEX triplet: CE, 76 and 18. RGB value is (206,118,24). Sum of RGB (Red+Green+Blue) = 206+118+24=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7618 is #3189E7. Grayscale: #868686. Windows color (decimal): -3246568 or 1603278. OLE color: 1603278.

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

Color convert

RGB 206 118 24 -
CMYK 0 0.43 0.88 0.19
HSL 30.99º 0.79% 0.45% -
HSV(B) 30.99º 0.88% 0.81% -
XYZ 32.1 26.14 4.22 -
YUV 133.6 66.15 179.64 -
System Red Green Blue C M Y K H S L
Decimal 206 118 24 0 0.43 0.88 0.19 30.99 0.79 0.45
Hex CE 76 18 0 2B 58 13 1F 4F 2D
Octal 316 166 30 0 53 130 23 37 117 55
Binary 11001110 1110110 11000 0 101011 1011000 10011 11111 1001111 101101

Color Harmonies of #CE7618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7618

Black with #CE7618

Text Example


Text Example

White with #CE7618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7618; }

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

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

background-color css

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

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

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

border-color css

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

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

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