Html Css Color HEX #EF7942 Jaffa

📋 copy color: '#EF7942'

red 239 ◦ green 121 ◦ blue 66

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

Shades of Jaffa #EF7942

Tints of Jaffa #EF7942

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.4%

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

R = 56.1%
G = 28.4%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF7942 (or 0xEF7942) is known color: Jaffa. HEX triplet: EF, 79 and 42. RGB value is (239,121,66). Sum of RGB (Red+Green+Blue) = 239+121+66=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7942 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7942 is #1086BD. Grayscale: #969696. Windows color (decimal): -1083070 or 4356591. OLE color: 4356591.

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

Color convert

RGB 239 121 66 -
CMYK 0 0.49 0.72 0.06
HSL 19.08º 0.84% 0.6% -
HSV(B) 19.08º 0.72% 0.94% -
XYZ 43.42 32.42 9.12 -
YUV 150.01 80.59 191.47 -
System Red Green Blue C M Y K H S L
Decimal 239 121 66 0 0.49 0.72 0.06 19.08 0.84 0.6
Hex EF 79 42 0 31 48 6 13 54 3C
Octal 357 171 102 0 61 110 6 23 124 74
Binary 11101111 1111001 1000010 0 110001 1001000 110 10011 1010100 111100

Color Harmonies of #EF7942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7942

Black with #EF7942

Text Example


Text Example

White with #EF7942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7942; }

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

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

background-color css

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

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

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

border-color css

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

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

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