Html Css Color HEX #EC753F Jaffa

📋 copy color: '#EC753F'

red 236 ◦ green 117 ◦ blue 63

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

Shades of Jaffa #EC753F

Tints of Jaffa #EC753F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.13%

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

R = 56.73%
G = 28.13%
B = 15.14%

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

#EC753F (or 0xEC753F) is known color: Jaffa. HEX triplet: EC, 75 and 3F. RGB value is (236,117,63). Sum of RGB (Red+Green+Blue) = 236+117+63=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC753F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC753F is #138AC0. Grayscale: #929292. Windows color (decimal): -1280705 or 4158956. OLE color: 4158956.

HSL color Cylindrical-coordinate representation of color #EC753F: hue angle of 18.73º 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 #EC753F is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 117 63 -
CMYK 0 0.50 0.73 0.07
HSL 18.73º 0.82% 0.59% -
HSV(B) 18.73º 0.73% 0.93% -
XYZ 41.85 30.91 8.46 -
YUV 146.43 80.92 191.89 -
System Red Green Blue C M Y K H S L
Decimal 236 117 63 0 0.50 0.73 0.07 18.73 0.82 0.59
Hex EC 75 3F 0 32 49 7 13 52 3B
Octal 354 165 77 0 62 111 7 23 122 73
Binary 11101100 1110101 111111 0 110010 1001001 111 10011 1010010 111011

Color Harmonies of #EC753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC753F

Black with #EC753F

Text Example


Text Example

White with #EC753F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC753F; }

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

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

background-color css

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

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

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

border-color css

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

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

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