Html Css Color HEX #EF7342 Jaffa

📋 copy color: '#EF7342'

red 239 ◦ green 115 ◦ blue 66

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

Shades of Jaffa #EF7342

Tints of Jaffa #EF7342

RGB

 RED value IS 239 (93.75% from 255) = 56.9%

 GREEN value IS 115 (45.31% from 255) = 27.38%

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

R = 56.9%
G = 27.38%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF7342 (or 0xEF7342) is known color: Jaffa. HEX triplet: EF, 73 and 42. RGB value is (239,115,66). Sum of RGB (Red+Green+Blue) = 239+115+66=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7342 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7342 is #108CBD. Grayscale: #929292. Windows color (decimal): -1084606 or 4355055. OLE color: 4355055.

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

Color convert

RGB 239 115 66 -
CMYK 0 0.52 0.72 0.06
HSL 16.99º 0.84% 0.6% -
HSV(B) 16.99º 0.72% 0.94% -
XYZ 42.71 31.01 8.89 -
YUV 146.49 82.58 193.98 -
System Red Green Blue C M Y K H S L
Decimal 239 115 66 0 0.52 0.72 0.06 16.99 0.84 0.6
Hex EF 73 42 0 34 48 6 11 54 3C
Octal 357 163 102 0 64 110 6 21 124 74
Binary 11101111 1110011 1000010 0 110100 1001000 110 10001 1010100 111100

Color Harmonies of #EF7342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7342

Black with #EF7342

Text Example


Text Example

White with #EF7342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7342; }

 p { color: rgb(239,115,66); }

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

background-color css

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

 a { background-color: rgb(239,115,66); }

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

border-color css

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

 span { border-color: rgb(239,115,66); }

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