Html Css Color HEX #EF7041 Jaffa

📋 copy color: '#EF7041'

red 239 ◦ green 112 ◦ blue 65

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

Shades of Jaffa #EF7041

Tints of Jaffa #EF7041

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.92%

 BLUE value IS 65 (25.78% from 255) = 15.63%

R = 57.45%
G = 26.92%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF7041 (or 0xEF7041) is known color: Jaffa. HEX triplet: EF, 70 and 41. RGB value is (239,112,65). Sum of RGB (Red+Green+Blue) = 239+112+65=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7041 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7041 is #108FBE. Grayscale: #909090. Windows color (decimal): -1085375 or 4288751. OLE color: 4288751.

HSL color Cylindrical-coordinate representation of color #EF7041: hue angle of 16.21º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF7041 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 112 65 -
CMYK 0 0.53 0.73 0.06
HSL 16.21º 0.84% 0.6% -
HSV(B) 16.21º 0.73% 0.94% -
XYZ 42.34 30.32 8.62 -
YUV 144.62 83.08 195.32 -
System Red Green Blue C M Y K H S L
Decimal 239 112 65 0 0.53 0.73 0.06 16.21 0.84 0.6
Hex EF 70 41 0 35 49 6 10 54 3C
Octal 357 160 101 0 65 111 6 20 124 74
Binary 11101111 1110000 1000001 0 110101 1001001 110 10000 1010100 111100

Color Harmonies of #EF7041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7041

Black with #EF7041

Text Example


Text Example

White with #EF7041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7041; }

 p { color: rgb(239,112,65); }

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

background-color css

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

 a { background-color: rgb(239,112,65); }

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

border-color css

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

 span { border-color: rgb(239,112,65); }

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