Html Css Color HEX #E07F44 Jaffa

📋 copy color: '#E07F44'

red 224 ◦ green 127 ◦ blue 68

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

Shades of Jaffa #E07F44

Tints of Jaffa #E07F44

RGB

 RED value IS 224 (87.89% from 255) = 53.46%

 GREEN value IS 127 (50% from 255) = 30.31%

 BLUE value IS 68 (26.95% from 255) = 16.23%

R = 53.46%
G = 30.31%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E07F44 (or 0xE07F44) is known color: Jaffa. HEX triplet: E0, 7F and 44. RGB value is (224,127,68). Sum of RGB (Red+Green+Blue) = 224+127+68=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07F44 is #1F80BB. Grayscale: #959595. Windows color (decimal): -2064572 or 4489184. OLE color: 4489184.

HSL color Cylindrical-coordinate representation of color #E07F44: hue angle of 22.69º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E07F44 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 127 68 -
CMYK 0 0.43 0.70 0.12
HSL 22.69º 0.72% 0.57% -
HSV(B) 22.69º 0.7% 0.88% -
XYZ 39.37 31.44 9.46 -
YUV 149.28 82.14 181.3 -
System Red Green Blue C M Y K H S L
Decimal 224 127 68 0 0.43 0.70 0.12 22.69 0.72 0.57
Hex E0 7F 44 0 2B 46 C 17 48 39
Octal 340 177 104 0 53 106 14 27 110 71
Binary 11100000 1111111 1000100 0 101011 1000110 1100 10111 1001000 111001

Color Harmonies of #E07F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F44

Black with #E07F44

Text Example


Text Example

White with #E07F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F44; }

 p { color: rgb(224,127,68); }

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

background-color css

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

 a { background-color: rgb(224,127,68); }

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

border-color css

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

 span { border-color: rgb(224,127,68); }

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