Html Css Color HEX #EF7644 Jaffa

📋 copy color: '#EF7644'

red 239 ◦ green 118 ◦ blue 68

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

Shades of Jaffa #EF7644

Tints of Jaffa #EF7644

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.76%

 BLUE value IS 68 (26.95% from 255) = 16%

R = 56.24%
G = 27.76%
B = 16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF7644 (or 0xEF7644) is known color: Jaffa. HEX triplet: EF, 76 and 44. RGB value is (239,118,68). Sum of RGB (Red+Green+Blue) = 239+118+68=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7644 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7644 is #1089BB. Grayscale: #949494. Windows color (decimal): -1083836 or 4486895. OLE color: 4486895.

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

Color convert

RGB 239 118 68 -
CMYK 0 0.51 0.72 0.06
HSL 17.54º 0.84% 0.6% -
HSV(B) 17.54º 0.72% 0.94% -
XYZ 43.12 31.72 9.32 -
YUV 148.48 82.59 192.57 -
System Red Green Blue C M Y K H S L
Decimal 239 118 68 0 0.51 0.72 0.06 17.54 0.84 0.6
Hex EF 76 44 0 33 48 6 12 54 3C
Octal 357 166 104 0 63 110 6 22 124 74
Binary 11101111 1110110 1000100 0 110011 1001000 110 10010 1010100 111100

Color Harmonies of #EF7644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7644

Black with #EF7644

Text Example


Text Example

White with #EF7644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7644; }

 p { color: rgb(239,118,68); }

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

background-color css

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

 a { background-color: rgb(239,118,68); }

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

border-color css

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

 span { border-color: rgb(239,118,68); }

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