Html Css Color HEX #E07A44 Jaffa

📋 copy color: '#E07A44'

red 224 ◦ green 122 ◦ blue 68

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

Shades of Jaffa #E07A44

Tints of Jaffa #E07A44

RGB

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

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

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

R = 54.11%
G = 29.47%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E07A44 (or 0xE07A44) is known color: Jaffa. HEX triplet: E0, 7A and 44. RGB value is (224,122,68). Sum of RGB (Red+Green+Blue) = 224+122+68=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 68 (26.95% from 255 or 16.43% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07A44 is #1F85BB. Grayscale: #929292. Windows color (decimal): -2065852 or 4487904. OLE color: 4487904.

HSL color Cylindrical-coordinate representation of color #E07A44: hue angle of 20.77º 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 #E07A44 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 122 68 -
CMYK 0 0.46 0.70 0.12
HSL 20.77º 0.72% 0.57% -
HSV(B) 20.77º 0.7% 0.88% -
XYZ 38.74 30.18 9.25 -
YUV 146.34 83.79 183.39 -
System Red Green Blue C M Y K H S L
Decimal 224 122 68 0 0.46 0.70 0.12 20.77 0.72 0.57
Hex E0 7A 44 0 2E 46 C 15 48 39
Octal 340 172 104 0 56 106 14 25 110 71
Binary 11100000 1111010 1000100 0 101110 1000110 1100 10101 1001000 111001

Color Harmonies of #E07A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A44

Black with #E07A44

Text Example


Text Example

White with #E07A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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