Html Css Color HEX #EF6D3F Jaffa

📋 copy color: '#EF6D3F'

red 239 ◦ green 109 ◦ blue 63

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

Shades of Jaffa #EF6D3F

Tints of Jaffa #EF6D3F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.52%

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

R = 58.15%
G = 26.52%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF6D3F (or 0xEF6D3F) is known color: Jaffa. HEX triplet: EF, 6D and 3F. RGB value is (239,109,63). Sum of RGB (Red+Green+Blue) = 239+109+63=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6D3F is #1092C0. Grayscale: #8E8E8E. Windows color (decimal): -1086145 or 4156911. OLE color: 4156911.

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

Color convert

RGB 239 109 63 -
CMYK 0 0.54 0.74 0.06
HSL 15.68º 0.85% 0.59% -
HSV(B) 15.68º 0.74% 0.94% -
XYZ 41.96 29.65 8.21 -
YUV 142.63 83.07 196.74 -
System Red Green Blue C M Y K H S L
Decimal 239 109 63 0 0.54 0.74 0.06 15.68 0.85 0.59
Hex EF 6D 3F 0 36 4A 6 10 55 3B
Octal 357 155 77 0 66 112 6 20 125 73
Binary 11101111 1101101 111111 0 110110 1001010 110 10000 1010101 111011

Color Harmonies of #EF6D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6D3F

Black with #EF6D3F

Text Example


Text Example

White with #EF6D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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