Html Css Color HEX #CE7310 Ochre

📋 copy color: '#CE7310'

red 206 ◦ green 115 ◦ blue 16

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

Shades of Ochre #CE7310

Tints of Ochre #CE7310

RGB

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

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

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

R = 61.13%
G = 34.12%
B = 4.75%

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

#CE7310 (or 0xCE7310) is known color: Ochre. HEX triplet: CE, 73 and 10. RGB value is (206,115,16). Sum of RGB (Red+Green+Blue) = 206+115+16=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7310 is #318CEF. Grayscale: #838383. Windows color (decimal): -3247344 or 1078222. OLE color: 1078222.

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

Color convert

RGB 206 115 16 -
CMYK 0 0.44 0.92 0.19
HSL 31.26º 0.86% 0.44% -
HSV(B) 31.26º 0.92% 0.81% -
XYZ 31.68 25.42 3.73 -
YUV 130.92 63.15 181.55 -
System Red Green Blue C M Y K H S L
Decimal 206 115 16 0 0.44 0.92 0.19 31.26 0.86 0.44
Hex CE 73 10 0 2C 5C 13 1F 56 2C
Octal 316 163 20 0 54 134 23 37 126 54
Binary 11001110 1110011 10000 0 101100 1011100 10011 11111 1010110 101100

Color Harmonies of #CE7310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7310

Black with #CE7310

Text Example


Text Example

White with #CE7310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7310; }

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

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

background-color css

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

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

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

border-color css

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

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

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