Html Css Color HEX #CE7014 Chocolate

📋 copy color: '#CE7014'

red 206 ◦ green 112 ◦ blue 20

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

Shades of Chocolate #CE7014

Tints of Chocolate #CE7014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.92%

R = 60.95%
G = 33.14%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE7014 (or 0xCE7014) is known color: Chocolate. HEX triplet: CE, 70 and 14. RGB value is (206,112,20). Sum of RGB (Red+Green+Blue) = 206+112+20=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7014 is #318FEB. Grayscale: #828282. Windows color (decimal): -3248108 or 1339598. OLE color: 1339598.

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

Color convert

RGB 206 112 20 -
CMYK 0 0.46 0.90 0.19
HSL 29.68º 0.82% 0.44% -
HSV(B) 29.68º 0.9% 0.81% -
XYZ 31.37 24.76 3.79 -
YUV 129.62 66.14 182.48 -
System Red Green Blue C M Y K H S L
Decimal 206 112 20 0 0.46 0.90 0.19 29.68 0.82 0.44
Hex CE 70 14 0 2E 5A 13 1E 52 2C
Octal 316 160 24 0 56 132 23 36 122 54
Binary 11001110 1110000 10100 0 101110 1011010 10011 11110 1010010 101100

Color Harmonies of #CE7014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7014

Black with #CE7014

Text Example


Text Example

White with #CE7014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7014; }

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

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

background-color css

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

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

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

border-color css

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

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

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