Html Css Color HEX #E07A4D Jaffa

📋 copy color: '#E07A4D'

red 224 ◦ green 122 ◦ blue 77

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

Shades of Jaffa #E07A4D

Tints of Jaffa #E07A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.2%

R = 52.96%
G = 28.84%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E07A4D (or 0xE07A4D) is known color: Jaffa. HEX triplet: E0, 7A and 4D. RGB value is (224,122,77). Sum of RGB (Red+Green+Blue) = 224+122+77=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07A4D is #1F85B2. Grayscale: #939393. Windows color (decimal): -2065843 or 5077728. OLE color: 5077728.

HSL color Cylindrical-coordinate representation of color #E07A4D: hue angle of 18.37º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E07A4D is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 122 77 -
CMYK 0 0.46 0.66 0.12
HSL 18.37º 0.7% 0.59% -
HSV(B) 18.37º 0.66% 0.88% -
XYZ 39.04 30.3 10.81 -
YUV 147.37 88.29 182.66 -
System Red Green Blue C M Y K H S L
Decimal 224 122 77 0 0.46 0.66 0.12 18.37 0.7 0.59
Hex E0 7A 4D 0 2E 42 C 12 46 3B
Octal 340 172 115 0 56 102 14 22 106 73
Binary 11100000 1111010 1001101 0 101110 1000010 1100 10010 1000110 111011

Color Harmonies of #E07A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A4D

Black with #E07A4D

Text Example


Text Example

White with #E07A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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