Html Css Color HEX #EF743D Jaffa

📋 copy color: '#EF743D'

red 239 ◦ green 116 ◦ blue 61

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

Shades of Jaffa #EF743D

Tints of Jaffa #EF743D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.66%

R = 57.45%
G = 27.88%
B = 14.66%

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

#EF743D (or 0xEF743D) is known color: Jaffa. HEX triplet: EF, 74 and 3D. RGB value is (239,116,61). Sum of RGB (Red+Green+Blue) = 239+116+61=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF743D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF743D is #108BC2. Grayscale: #929292. Windows color (decimal): -1084355 or 4027631. OLE color: 4027631.

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

Color convert

RGB 239 116 61 -
CMYK 0 0.51 0.74 0.06
HSL 18.54º 0.85% 0.59% -
HSV(B) 18.54º 0.74% 0.94% -
XYZ 42.68 31.18 8.18 -
YUV 146.51 79.75 193.97 -
System Red Green Blue C M Y K H S L
Decimal 239 116 61 0 0.51 0.74 0.06 18.54 0.85 0.59
Hex EF 74 3D 0 33 4A 6 13 55 3B
Octal 357 164 75 0 63 112 6 23 125 73
Binary 11101111 1110100 111101 0 110011 1001010 110 10011 1010101 111011

Color Harmonies of #EF743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF743D

Black with #EF743D

Text Example


Text Example

White with #EF743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF743D; }

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

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

background-color css

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

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

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

border-color css

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

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

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