Html Css Color HEX #EF723F Jaffa

📋 copy color: '#EF723F'

red 239 ◦ green 114 ◦ blue 63

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

Shades of Jaffa #EF723F

Tints of Jaffa #EF723F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.4%

 BLUE value IS 63 (25% from 255) = 15.14%

R = 57.45%
G = 27.4%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF723F (or 0xEF723F) is known color: Jaffa. HEX triplet: EF, 72 and 3F. RGB value is (239,114,63). Sum of RGB (Red+Green+Blue) = 239+114+63=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF723F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF723F is #108DC0. Grayscale: #919191. Windows color (decimal): -1084865 or 4158191. OLE color: 4158191.

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

Color convert

RGB 239 114 63 -
CMYK 0 0.52 0.74 0.06
HSL 17.39º 0.85% 0.59% -
HSV(B) 17.39º 0.74% 0.94% -
XYZ 42.51 30.74 8.4 -
YUV 145.56 81.41 194.65 -
System Red Green Blue C M Y K H S L
Decimal 239 114 63 0 0.52 0.74 0.06 17.39 0.85 0.59
Hex EF 72 3F 0 34 4A 6 11 55 3B
Octal 357 162 77 0 64 112 6 21 125 73
Binary 11101111 1110010 111111 0 110100 1001010 110 10001 1010101 111011

Color Harmonies of #EF723F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF723F

Black with #EF723F

Text Example


Text Example

White with #EF723F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF723F; }

 p { color: rgb(239,114,63); }

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

background-color css

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

 a { background-color: rgb(239,114,63); }

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

border-color css

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

 span { border-color: rgb(239,114,63); }

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