Html Css Color HEX #CE7411 Ochre

📋 copy color: '#CE7411'

red 206 ◦ green 116 ◦ blue 17

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

Shades of Ochre #CE7411

Tints of Ochre #CE7411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.01%

R = 60.77%
G = 34.22%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE7411 (or 0xCE7411) is known color: Ochre. HEX triplet: CE, 74 and 11. RGB value is (206,116,17). Sum of RGB (Red+Green+Blue) = 206+116+17=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7411 is #318BEE. Grayscale: #848484. Windows color (decimal): -3247087 or 1144014. OLE color: 1144014.

HSL color Cylindrical-coordinate representation of color #CE7411: hue angle of 31.43º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE7411 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 116 17 -
CMYK 0 0.44 0.92 0.19
HSL 31.43º 0.85% 0.44% -
HSV(B) 31.43º 0.92% 0.81% -
XYZ 31.8 25.65 3.81 -
YUV 131.62 63.32 181.05 -
System Red Green Blue C M Y K H S L
Decimal 206 116 17 0 0.44 0.92 0.19 31.43 0.85 0.44
Hex CE 74 11 0 2C 5C 13 1F 55 2C
Octal 316 164 21 0 54 134 23 37 125 54
Binary 11001110 1110100 10001 0 101100 1011100 10011 11111 1010101 101100

Color Harmonies of #CE7411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7411

Black with #CE7411

Text Example


Text Example

White with #CE7411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7411; }

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

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

background-color css

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

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

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

border-color css

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

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

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