Html Css Color HEX #EC7542 Jaffa

📋 copy color: '#EC7542'

red 236 ◦ green 117 ◦ blue 66

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

Shades of Jaffa #EC7542

Tints of Jaffa #EC7542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.75%

R = 56.32%
G = 27.92%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC7542 (or 0xEC7542) is known color: Jaffa. HEX triplet: EC, 75 and 42. RGB value is (236,117,66). Sum of RGB (Red+Green+Blue) = 236+117+66=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7542 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7542 is #138ABD. Grayscale: #939393. Windows color (decimal): -1280702 or 4355564. OLE color: 4355564.

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

Color convert

RGB 236 117 66 -
CMYK 0 0.50 0.72 0.07
HSL 18º 0.82% 0.59% -
HSV(B) 18º 0.72% 0.93% -
XYZ 41.94 30.95 8.92 -
YUV 146.77 82.42 191.65 -
System Red Green Blue C M Y K H S L
Decimal 236 117 66 0 0.50 0.72 0.07 18 0.82 0.59
Hex EC 75 42 0 32 48 7 12 52 3B
Octal 354 165 102 0 62 110 7 22 122 73
Binary 11101100 1110101 1000010 0 110010 1001000 111 10010 1010010 111011

Color Harmonies of #EC7542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7542

Black with #EC7542

Text Example


Text Example

White with #EC7542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7542; }

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

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

background-color css

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

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

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

border-color css

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

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

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