Html Css Color HEX #E07E4A Jaffa

📋 copy color: '#E07E4A'

red 224 ◦ green 126 ◦ blue 74

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

Shades of Jaffa #E07E4A

Tints of Jaffa #E07E4A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.72%

 BLUE value IS 74 (29.3% from 255) = 17.45%

R = 52.83%
G = 29.72%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E07E4A (or 0xE07E4A) is known color: Jaffa. HEX triplet: E0, 7E and 4A. RGB value is (224,126,74). Sum of RGB (Red+Green+Blue) = 224+126+74=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07E4A is #1F81B5. Grayscale: #959595. Windows color (decimal): -2064822 or 4882144. OLE color: 4882144.

HSL color Cylindrical-coordinate representation of color #E07E4A: hue angle of 20.8º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E07E4A is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 126 74 -
CMYK 0 0.44 0.67 0.12
HSL 20.8º 0.71% 0.58% -
HSV(B) 20.8º 0.67% 0.88% -
XYZ 39.44 31.26 10.43 -
YUV 149.37 85.47 181.23 -
System Red Green Blue C M Y K H S L
Decimal 224 126 74 0 0.44 0.67 0.12 20.8 0.71 0.58
Hex E0 7E 4A 0 2C 43 C 15 47 3A
Octal 340 176 112 0 54 103 14 25 107 72
Binary 11100000 1111110 1001010 0 101100 1000011 1100 10101 1000111 111010

Color Harmonies of #E07E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07E4A

Black with #E07E4A

Text Example


Text Example

White with #E07E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07E4A; }

 p { color: rgb(224,126,74); }

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

background-color css

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

 a { background-color: rgb(224,126,74); }

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

border-color css

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

 span { border-color: rgb(224,126,74); }

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