Html Css Color HEX #E07243 Jaffa

📋 copy color: '#E07243'

red 224 ◦ green 114 ◦ blue 67

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

Shades of Jaffa #E07243

Tints of Jaffa #E07243

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.15%

 BLUE value IS 67 (26.56% from 255) = 16.54%

R = 55.31%
G = 28.15%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E07243 (or 0xE07243) is known color: Jaffa. HEX triplet: E0, 72 and 43. RGB value is (224,114,67). Sum of RGB (Red+Green+Blue) = 224+114+67=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 67 (26.56% from 255 or 16.54% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E07243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07243 is #1F8DBC. Grayscale: #8D8D8D. Windows color (decimal): -2067901 or 4420320. OLE color: 4420320.

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

Color convert

RGB 224 114 67 -
CMYK 0 0.49 0.70 0.12
HSL 17.96º 0.72% 0.57% -
HSV(B) 17.96º 0.7% 0.88% -
XYZ 37.77 28.29 8.78 -
YUV 141.53 85.94 186.82 -
System Red Green Blue C M Y K H S L
Decimal 224 114 67 0 0.49 0.70 0.12 17.96 0.72 0.57
Hex E0 72 43 0 31 46 C 12 48 39
Octal 340 162 103 0 61 106 14 22 110 71
Binary 11100000 1110010 1000011 0 110001 1000110 1100 10010 1001000 111001

Color Harmonies of #E07243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07243

Black with #E07243

Text Example


Text Example

White with #E07243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07243; }

 p { color: rgb(224,114,67); }

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

background-color css

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

 a { background-color: rgb(224,114,67); }

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

border-color css

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

 span { border-color: rgb(224,114,67); }

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