Html Css Color HEX #CE7519 Ochre

📋 copy color: '#CE7519'

red 206 ◦ green 117 ◦ blue 25

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

Shades of Ochre #CE7519

Tints of Ochre #CE7519

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.62%

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

R = 59.2%
G = 33.62%
B = 7.18%

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

#CE7519 (or 0xCE7519) is known color: Ochre. HEX triplet: CE, 75 and 19. RGB value is (206,117,25). Sum of RGB (Red+Green+Blue) = 206+117+25=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7519 is #318AE6. Grayscale: #858585. Windows color (decimal): -3246823 or 1668558. OLE color: 1668558.

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

Color convert

RGB 206 117 25 -
CMYK 0 0.43 0.88 0.19
HSL 30.5º 0.78% 0.45% -
HSV(B) 30.5º 0.88% 0.81% -
XYZ 31.99 25.91 4.24 -
YUV 133.12 66.99 179.98 -
System Red Green Blue C M Y K H S L
Decimal 206 117 25 0 0.43 0.88 0.19 30.5 0.78 0.45
Hex CE 75 19 0 2B 58 13 1E 4E 2D
Octal 316 165 31 0 53 130 23 36 116 55
Binary 11001110 1110101 11001 0 101011 1011000 10011 11110 1001110 101101

Color Harmonies of #CE7519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7519

Black with #CE7519

Text Example


Text Example

White with #CE7519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7519; }

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

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

background-color css

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

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

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

border-color css

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

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

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