Html Css Color HEX #CE703B Zest

📋 copy color: '#CE703B'

red 206 ◦ green 112 ◦ blue 59

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

Shades of Zest #CE703B

Tints of Zest #CE703B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.65%

R = 54.64%
G = 29.71%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE703B (or 0xCE703B) is known color: Zest. HEX triplet: CE, 70 and 3B. RGB value is (206,112,59). Sum of RGB (Red+Green+Blue) = 206+112+59=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE703B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE703B is #318FC4. Grayscale: #868686. Windows color (decimal): -3248069 or 3895502. OLE color: 3895502.

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

Color convert

RGB 206 112 59 -
CMYK 0 0.46 0.71 0.19
HSL 21.63º 0.6% 0.52% -
HSV(B) 21.63º 0.71% 0.81% -
XYZ 32.04 25.03 7.28 -
YUV 134.06 85.64 179.31 -
System Red Green Blue C M Y K H S L
Decimal 206 112 59 0 0.46 0.71 0.19 21.63 0.6 0.52
Hex CE 70 3B 0 2E 47 13 16 3C 34
Octal 316 160 73 0 56 107 23 26 74 64
Binary 11001110 1110000 111011 0 101110 1000111 10011 10110 111100 110100

Color Harmonies of #CE703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE703B

Black with #CE703B

Text Example


Text Example

White with #CE703B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE703B; }

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

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

background-color css

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

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

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

border-color css

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

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

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