Html Css Color HEX #CE7410 Ochre

📋 copy color: '#CE7410'

red 206 ◦ green 116 ◦ blue 16

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

Shades of Ochre #CE7410

Tints of Ochre #CE7410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.73%

R = 60.95%
G = 34.32%
B = 4.73%

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

#CE7410 (or 0xCE7410) is known color: Ochre. HEX triplet: CE, 74 and 10. RGB value is (206,116,16). Sum of RGB (Red+Green+Blue) = 206+116+16=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7410 is #318BEF. Grayscale: #848484. Windows color (decimal): -3247088 or 1078478. OLE color: 1078478.

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

Color convert

RGB 206 116 16 -
CMYK 0 0.44 0.92 0.19
HSL 31.58º 0.86% 0.44% -
HSV(B) 31.58º 0.92% 0.81% -
XYZ 31.79 25.65 3.77 -
YUV 131.51 62.82 181.13 -
System Red Green Blue C M Y K H S L
Decimal 206 116 16 0 0.44 0.92 0.19 31.58 0.86 0.44
Hex CE 74 10 0 2C 5C 13 20 56 2C
Octal 316 164 20 0 54 134 23 40 126 54
Binary 11001110 1110100 10000 0 101100 1011100 10011 100000 1010110 101100

Color Harmonies of #CE7410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7410

Black with #CE7410

Text Example


Text Example

White with #CE7410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7410; }

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

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

background-color css

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

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

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

border-color css

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

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

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