Html Css Color HEX #CE703D Zest

📋 copy color: '#CE703D'

red 206 ◦ green 112 ◦ blue 61

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

Shades of Zest #CE703D

Tints of Zest #CE703D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.09%

R = 54.35%
G = 29.55%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE703D (or 0xCE703D) is known color: Zest. HEX triplet: CE, 70 and 3D. RGB value is (206,112,61). Sum of RGB (Red+Green+Blue) = 206+112+61=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE703D is #318FC2. Grayscale: #868686. Windows color (decimal): -3248067 or 4026574. OLE color: 4026574.

HSL color Cylindrical-coordinate representation of color #CE703D: hue angle of 21.1º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE703D is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 112 61 -
CMYK 0 0.46 0.70 0.19
HSL 21.1º 0.6% 0.52% -
HSV(B) 21.1º 0.7% 0.81% -
XYZ 32.09 25.05 7.56 -
YUV 134.29 86.64 179.15 -
System Red Green Blue C M Y K H S L
Decimal 206 112 61 0 0.46 0.70 0.19 21.1 0.6 0.52
Hex CE 70 3D 0 2E 46 13 15 3C 34
Octal 316 160 75 0 56 106 23 25 74 64
Binary 11001110 1110000 111101 0 101110 1000110 10011 10101 111100 110100

Color Harmonies of #CE703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE703D

Black with #CE703D

Text Example


Text Example

White with #CE703D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE703D; }

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

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

background-color css

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

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

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

border-color css

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

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

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