Html Css Color HEX #EF7A48 Jaffa

📋 copy color: '#EF7A48'

red 239 ◦ green 122 ◦ blue 72

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

Shades of Jaffa #EF7A48

Tints of Jaffa #EF7A48

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.18%

 BLUE value IS 72 (28.52% from 255) = 16.63%

R = 55.2%
G = 28.18%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EF7A48 (or 0xEF7A48) is known color: Jaffa. HEX triplet: EF, 7A and 48. RGB value is (239,122,72). Sum of RGB (Red+Green+Blue) = 239+122+72=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7A48 is #1085B7. Grayscale: #979797. Windows color (decimal): -1082808 or 4750063. OLE color: 4750063.

HSL color Cylindrical-coordinate representation of color #EF7A48: hue angle of 17.96º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF7A48 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 122 72 -
CMYK 0 0.49 0.70 0.06
HSL 17.96º 0.84% 0.61% -
HSV(B) 17.96º 0.7% 0.94% -
XYZ 43.73 32.74 10.15 -
YUV 151.28 83.26 190.57 -
System Red Green Blue C M Y K H S L
Decimal 239 122 72 0 0.49 0.70 0.06 17.96 0.84 0.61
Hex EF 7A 48 0 31 46 6 12 54 3D
Octal 357 172 110 0 61 106 6 22 124 75
Binary 11101111 1111010 1001000 0 110001 1000110 110 10010 1010100 111101

Color Harmonies of #EF7A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7A48

Black with #EF7A48

Text Example


Text Example

White with #EF7A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7A48; }

 p { color: rgb(239,122,72); }

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

background-color css

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

 a { background-color: rgb(239,122,72); }

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

border-color css

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

 span { border-color: rgb(239,122,72); }

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