Html Css Color HEX #CE700A Chocolate

📋 copy color: '#CE700A'

red 206 ◦ green 112 ◦ blue 10

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

Shades of Chocolate #CE700A

Tints of Chocolate #CE700A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.05%

R = 62.8%
G = 34.15%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE700A (or 0xCE700A) is known color: Chocolate. HEX triplet: CE, 70 and 0A. RGB value is (206,112,10). Sum of RGB (Red+Green+Blue) = 206+112+10=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE700A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE700A is #318FF5. Grayscale: #808080. Windows color (decimal): -3248118 or 684238. OLE color: 684238.

HSL color Cylindrical-coordinate representation of color #CE700A: hue angle of 31.22º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE700A is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 112 10 -
CMYK 0 0.46 0.95 0.19
HSL 31.22º 0.91% 0.42% -
HSV(B) 31.22º 0.95% 0.81% -
XYZ 31.3 24.73 3.41 -
YUV 128.48 61.14 183.29 -
System Red Green Blue C M Y K H S L
Decimal 206 112 10 0 0.46 0.95 0.19 31.22 0.91 0.42
Hex CE 70 A 0 2E 5F 13 1F 5B 2A
Octal 316 160 12 0 56 137 23 37 133 52
Binary 11001110 1110000 1010 0 101110 1011111 10011 11111 1011011 101010

Color Harmonies of #CE700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE700A

Black with #CE700A

Text Example


Text Example

White with #CE700A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE700A; }

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

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

background-color css

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

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

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

border-color css

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

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

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