Html Css Color HEX #CE7010 Chocolate

📋 copy color: '#CE7010'

red 206 ◦ green 112 ◦ blue 16

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

Shades of Chocolate #CE7010

Tints of Chocolate #CE7010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

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

R = 61.68%
G = 33.53%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE7010 (or 0xCE7010) is known color: Chocolate. HEX triplet: CE, 70 and 10. RGB value is (206,112,16). Sum of RGB (Red+Green+Blue) = 206+112+16=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7010 is #318FEF. Grayscale: #818181. Windows color (decimal): -3248112 or 1077454. OLE color: 1077454.

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

Color convert

RGB 206 112 16 -
CMYK 0 0.46 0.92 0.19
HSL 30.32º 0.86% 0.44% -
HSV(B) 30.32º 0.92% 0.81% -
XYZ 31.34 24.75 3.62 -
YUV 129.16 64.14 182.81 -
System Red Green Blue C M Y K H S L
Decimal 206 112 16 0 0.46 0.92 0.19 30.32 0.86 0.44
Hex CE 70 10 0 2E 5C 13 1E 56 2C
Octal 316 160 20 0 56 134 23 36 126 54
Binary 11001110 1110000 10000 0 101110 1011100 10011 11110 1010110 101100

Color Harmonies of #CE7010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7010

Black with #CE7010

Text Example


Text Example

White with #CE7010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7010; }

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

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

background-color css

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

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

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

border-color css

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

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

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