Html Css Color HEX #EC773F Jaffa

📋 copy color: '#EC773F'

red 236 ◦ green 119 ◦ blue 63

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

Shades of Jaffa #EC773F

Tints of Jaffa #EC773F

RGB

 RED value IS 236 (92.58% from 255) = 56.46%

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

 BLUE value IS 63 (25% from 255) = 15.07%

R = 56.46%
G = 28.47%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC773F (or 0xEC773F) is known color: Jaffa. HEX triplet: EC, 77 and 3F. RGB value is (236,119,63). Sum of RGB (Red+Green+Blue) = 236+119+63=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC773F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC773F is #1388C0. Grayscale: #939393. Windows color (decimal): -1280193 or 4159468. OLE color: 4159468.

HSL color Cylindrical-coordinate representation of color #EC773F: hue angle of 19.42º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC773F is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 119 63 -
CMYK 0 0.50 0.73 0.07
HSL 19.42º 0.82% 0.59% -
HSV(B) 19.42º 0.73% 0.93% -
XYZ 42.09 31.39 8.54 -
YUV 147.6 80.26 191.05 -
System Red Green Blue C M Y K H S L
Decimal 236 119 63 0 0.50 0.73 0.07 19.42 0.82 0.59
Hex EC 77 3F 0 32 49 7 13 52 3B
Octal 354 167 77 0 62 111 7 23 122 73
Binary 11101100 1110111 111111 0 110010 1001001 111 10011 1010010 111011

Color Harmonies of #EC773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC773F

Black with #EC773F

Text Example


Text Example

White with #EC773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC773F; }

 p { color: rgb(236,119,63); }

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

background-color css

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

 a { background-color: rgb(236,119,63); }

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

border-color css

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

 span { border-color: rgb(236,119,63); }

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