Html Css Color HEX #E0733E Jaffa

📋 copy color: '#E0733E'

red 224 ◦ green 115 ◦ blue 62

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

Shades of Jaffa #E0733E

Tints of Jaffa #E0733E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.68%

 BLUE value IS 62 (24.61% from 255) = 15.46%

R = 55.86%
G = 28.68%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E0733E (or 0xE0733E) is known color: Jaffa. HEX triplet: E0, 73 and 3E. RGB value is (224,115,62). Sum of RGB (Red+Green+Blue) = 224+115+62=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E0733E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0733E is #1F8CC1. Grayscale: #8D8D8D. Windows color (decimal): -2067650 or 4092896. OLE color: 4092896.

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

Color convert

RGB 224 115 62 -
CMYK 0 0.49 0.72 0.12
HSL 19.63º 0.72% 0.56% -
HSV(B) 19.63º 0.72% 0.88% -
XYZ 37.74 28.46 8.06 -
YUV 141.55 83.11 186.81 -
System Red Green Blue C M Y K H S L
Decimal 224 115 62 0 0.49 0.72 0.12 19.63 0.72 0.56
Hex E0 73 3E 0 31 48 C 14 48 38
Octal 340 163 76 0 61 110 14 24 110 70
Binary 11100000 1110011 111110 0 110001 1001000 1100 10100 1001000 111000

Color Harmonies of #E0733E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0733E

Black with #E0733E

Text Example


Text Example

White with #E0733E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0733E; }

 p { color: rgb(224,115,62); }

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

background-color css

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

 a { background-color: rgb(224,115,62); }

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

border-color css

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

 span { border-color: rgb(224,115,62); }

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