Html Css Color HEX #EF7742 Jaffa

📋 copy color: '#EF7742'

red 239 ◦ green 119 ◦ blue 66

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

Shades of Jaffa #EF7742

Tints of Jaffa #EF7742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.07%

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

R = 56.37%
G = 28.07%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF7742 (or 0xEF7742) is known color: Jaffa. HEX triplet: EF, 77 and 42. RGB value is (239,119,66). Sum of RGB (Red+Green+Blue) = 239+119+66=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 66 (26.17% from 255 or 15.57% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7742 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7742 is #1088BD. Grayscale: #959595. Windows color (decimal): -1083582 or 4356079. OLE color: 4356079.

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

Color convert

RGB 239 119 66 -
CMYK 0 0.50 0.72 0.06
HSL 18.38º 0.84% 0.6% -
HSV(B) 18.38º 0.72% 0.94% -
XYZ 43.18 31.94 9.04 -
YUV 148.84 81.26 192.31 -
System Red Green Blue C M Y K H S L
Decimal 239 119 66 0 0.50 0.72 0.06 18.38 0.84 0.6
Hex EF 77 42 0 32 48 6 12 54 3C
Octal 357 167 102 0 62 110 6 22 124 74
Binary 11101111 1110111 1000010 0 110010 1001000 110 10010 1010100 111100

Color Harmonies of #EF7742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7742

Black with #EF7742

Text Example


Text Example

White with #EF7742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7742; }

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

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

background-color css

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

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

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

border-color css

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

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

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