Html Css Color HEX #EC753E Jaffa

📋 copy color: '#EC753E'

red 236 ◦ green 117 ◦ blue 62

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

Shades of Jaffa #EC753E

Tints of Jaffa #EC753E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.94%

R = 56.87%
G = 28.19%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC753E (or 0xEC753E) is known color: Jaffa. HEX triplet: EC, 75 and 3E. RGB value is (236,117,62). Sum of RGB (Red+Green+Blue) = 236+117+62=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 62 (24.61% from 255 or 14.94% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC753E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC753E is #138AC1. Grayscale: #929292. Windows color (decimal): -1280706 or 4093420. OLE color: 4093420.

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

Color convert

RGB 236 117 62 -
CMYK 0 0.50 0.74 0.07
HSL 18.97º 0.82% 0.58% -
HSV(B) 18.97º 0.74% 0.93% -
XYZ 41.82 30.9 8.32 -
YUV 146.31 80.42 191.97 -
System Red Green Blue C M Y K H S L
Decimal 236 117 62 0 0.50 0.74 0.07 18.97 0.82 0.58
Hex EC 75 3E 0 32 4A 7 13 52 3A
Octal 354 165 76 0 62 112 7 23 122 72
Binary 11101100 1110101 111110 0 110010 1001010 111 10011 1010010 111010

Color Harmonies of #EC753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC753E

Black with #EC753E

Text Example


Text Example

White with #EC753E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC753E; }

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

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

background-color css

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

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

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

border-color css

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

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

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