Html Css Color HEX #EF7A45 Jaffa

📋 copy color: '#EF7A45'

red 239 ◦ green 122 ◦ blue 69

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

Shades of Jaffa #EF7A45

Tints of Jaffa #EF7A45

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.37%

 BLUE value IS 69 (27.34% from 255) = 16.05%

R = 55.58%
G = 28.37%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF7A45 (or 0xEF7A45) is known color: Jaffa. HEX triplet: EF, 7A and 45. RGB value is (239,122,69). Sum of RGB (Red+Green+Blue) = 239+122+69=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 69 (27.34% from 255 or 16.05% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7A45 is #1085BA. Grayscale: #979797. Windows color (decimal): -1082811 or 4553455. OLE color: 4553455.

HSL color Cylindrical-coordinate representation of color #EF7A45: hue angle of 18.71º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF7A45 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 122 69 -
CMYK 0 0.49 0.71 0.06
HSL 18.71º 0.84% 0.6% -
HSV(B) 18.71º 0.71% 0.94% -
XYZ 43.63 32.7 9.64 -
YUV 150.94 81.76 190.81 -
System Red Green Blue C M Y K H S L
Decimal 239 122 69 0 0.49 0.71 0.06 18.71 0.84 0.6
Hex EF 7A 45 0 31 47 6 13 54 3C
Octal 357 172 105 0 61 107 6 23 124 74
Binary 11101111 1111010 1000101 0 110001 1000111 110 10011 1010100 111100

Color Harmonies of #EF7A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7A45

Black with #EF7A45

Text Example


Text Example

White with #EF7A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7A45; }

 p { color: rgb(239,122,69); }

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

background-color css

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

 a { background-color: rgb(239,122,69); }

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

border-color css

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

 span { border-color: rgb(239,122,69); }

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