Html Css Color HEX #CE7319 Ochre

📋 copy color: '#CE7319'

red 206 ◦ green 115 ◦ blue 25

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

Shades of Ochre #CE7319

Tints of Ochre #CE7319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.23%

R = 59.54%
G = 33.24%
B = 7.23%

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

#CE7319 (or 0xCE7319) is known color: Ochre. HEX triplet: CE, 73 and 19. RGB value is (206,115,25). Sum of RGB (Red+Green+Blue) = 206+115+25=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7319 is #318CE6. Grayscale: #848484. Windows color (decimal): -3247335 or 1668046. OLE color: 1668046.

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

Color convert

RGB 206 115 25 -
CMYK 0 0.44 0.88 0.19
HSL 29.83º 0.78% 0.45% -
HSV(B) 29.83º 0.88% 0.81% -
XYZ 31.76 25.45 4.16 -
YUV 131.95 67.65 180.82 -
System Red Green Blue C M Y K H S L
Decimal 206 115 25 0 0.44 0.88 0.19 29.83 0.78 0.45
Hex CE 73 19 0 2C 58 13 1E 4E 2D
Octal 316 163 31 0 54 130 23 36 116 55
Binary 11001110 1110011 11001 0 101100 1011000 10011 11110 1001110 101101

Color Harmonies of #CE7319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7319

Black with #CE7319

Text Example


Text Example

White with #CE7319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7319; }

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

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

background-color css

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

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

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

border-color css

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

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

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