Html Css Color HEX #EF703E Jaffa

📋 copy color: '#EF703E'

red 239 ◦ green 112 ◦ blue 62

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

Shades of Jaffa #EF703E

Tints of Jaffa #EF703E

RGB

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

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

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

R = 57.87%
G = 27.12%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF703E (or 0xEF703E) is known color: Jaffa. HEX triplet: EF, 70 and 3E. RGB value is (239,112,62). Sum of RGB (Red+Green+Blue) = 239+112+62=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF703E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF703E is #108FC1. Grayscale: #909090. Windows color (decimal): -1085378 or 4092143. OLE color: 4092143.

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

Color convert

RGB 239 112 62 -
CMYK 0 0.53 0.74 0.06
HSL 16.95º 0.85% 0.59% -
HSV(B) 16.95º 0.74% 0.94% -
XYZ 42.26 30.29 8.18 -
YUV 144.27 81.58 195.57 -
System Red Green Blue C M Y K H S L
Decimal 239 112 62 0 0.53 0.74 0.06 16.95 0.85 0.59
Hex EF 70 3E 0 35 4A 6 11 55 3B
Octal 357 160 76 0 65 112 6 21 125 73
Binary 11101111 1110000 111110 0 110101 1001010 110 10001 1010101 111011

Color Harmonies of #EF703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF703E

Black with #EF703E

Text Example


Text Example

White with #EF703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF703E; }

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

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

background-color css

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

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

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

border-color css

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

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

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