Html Css Color HEX #CE773A Zest

📋 copy color: '#CE773A'

red 206 ◦ green 119 ◦ blue 58

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

Shades of Zest #CE773A

Tints of Zest #CE773A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.07%

 BLUE value IS 58 (23.05% from 255) = 15.14%

R = 53.79%
G = 31.07%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE773A (or 0xCE773A) is known color: Zest. HEX triplet: CE, 77 and 3A. RGB value is (206,119,58). Sum of RGB (Red+Green+Blue) = 206+119+58=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE773A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE773A is #3188C5. Grayscale: #8A8A8A. Windows color (decimal): -3246278 or 3831758. OLE color: 3831758.

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

Color convert

RGB 206 119 58 -
CMYK 0 0.42 0.72 0.19
HSL 24.73º 0.6% 0.52% -
HSV(B) 24.73º 0.72% 0.81% -
XYZ 32.81 26.62 7.41 -
YUV 138.06 82.82 176.46 -
System Red Green Blue C M Y K H S L
Decimal 206 119 58 0 0.42 0.72 0.19 24.73 0.6 0.52
Hex CE 77 3A 0 2A 48 13 19 3C 34
Octal 316 167 72 0 52 110 23 31 74 64
Binary 11001110 1110111 111010 0 101010 1001000 10011 11001 111100 110100

Color Harmonies of #CE773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE773A

Black with #CE773A

Text Example


Text Example

White with #CE773A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE773A; }

 p { color: rgb(206,119,58); }

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

background-color css

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

 a { background-color: rgb(206,119,58); }

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

border-color css

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

 span { border-color: rgb(206,119,58); }

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