Html Css Color HEX #EF7243 Jaffa

📋 copy color: '#EF7243'

red 239 ◦ green 114 ◦ blue 67

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

Shades of Jaffa #EF7243

Tints of Jaffa #EF7243

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.14%

 BLUE value IS 67 (26.56% from 255) = 15.95%

R = 56.9%
G = 27.14%
B = 15.95%

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

#EF7243 (or 0xEF7243) is known color: Jaffa. HEX triplet: EF, 72 and 43. RGB value is (239,114,67). Sum of RGB (Red+Green+Blue) = 239+114+67=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 67 (26.56% from 255 or 15.95% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7243 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7243 is #108DBC. Grayscale: #929292. Windows color (decimal): -1084861 or 4420335. OLE color: 4420335.

HSL color Cylindrical-coordinate representation of color #EF7243: hue angle of 16.4º 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 #EF7243 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 114 67 -
CMYK 0 0.52 0.72 0.06
HSL 16.4º 0.84% 0.6% -
HSV(B) 16.4º 0.72% 0.94% -
XYZ 42.63 30.79 9.01 -
YUV 146.02 83.41 194.32 -
System Red Green Blue C M Y K H S L
Decimal 239 114 67 0 0.52 0.72 0.06 16.4 0.84 0.6
Hex EF 72 43 0 34 48 6 10 54 3C
Octal 357 162 103 0 64 110 6 20 124 74
Binary 11101111 1110010 1000011 0 110100 1001000 110 10000 1010100 111100

Color Harmonies of #EF7243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7243

Black with #EF7243

Text Example


Text Example

White with #EF7243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7243; }

 p { color: rgb(239,114,67); }

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

background-color css

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

 a { background-color: rgb(239,114,67); }

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

border-color css

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

 span { border-color: rgb(239,114,67); }

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