Html Css Color HEX #EF743E Jaffa

📋 copy color: '#EF743E'

red 239 ◦ green 116 ◦ blue 62

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

Shades of Jaffa #EF743E

Tints of Jaffa #EF743E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.82%

 BLUE value IS 62 (24.61% from 255) = 14.87%

R = 57.31%
G = 27.82%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF743E (or 0xEF743E) is known color: Jaffa. HEX triplet: EF, 74 and 3E. RGB value is (239,116,62). Sum of RGB (Red+Green+Blue) = 239+116+62=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF743E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF743E is #108BC1. Grayscale: #929292. Windows color (decimal): -1084354 or 4093167. OLE color: 4093167.

HSL color Cylindrical-coordinate representation of color #EF743E: hue angle of 18.31º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF743E is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 116 62 -
CMYK 0 0.51 0.74 0.06
HSL 18.31º 0.85% 0.59% -
HSV(B) 18.31º 0.74% 0.94% -
XYZ 42.71 31.19 8.33 -
YUV 146.62 80.25 193.89 -
System Red Green Blue C M Y K H S L
Decimal 239 116 62 0 0.51 0.74 0.06 18.31 0.85 0.59
Hex EF 74 3E 0 33 4A 6 12 55 3B
Octal 357 164 76 0 63 112 6 22 125 73
Binary 11101111 1110100 111110 0 110011 1001010 110 10010 1010101 111011

Color Harmonies of #EF743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF743E

Black with #EF743E

Text Example


Text Example

White with #EF743E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF743E; }

 p { color: rgb(239,116,62); }

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

background-color css

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

 a { background-color: rgb(239,116,62); }

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

border-color css

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

 span { border-color: rgb(239,116,62); }

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