Html Css Color HEX #E0753D Jaffa

📋 copy color: '#E0753D'

red 224 ◦ green 117 ◦ blue 61

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

Shades of Jaffa #E0753D

Tints of Jaffa #E0753D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.1%

 BLUE value IS 61 (24.22% from 255) = 15.17%

R = 55.72%
G = 29.1%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E0753D (or 0xE0753D) is known color: Jaffa. HEX triplet: E0, 75 and 3D. RGB value is (224,117,61). Sum of RGB (Red+Green+Blue) = 224+117+61=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E0753D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0753D is #1F8AC2. Grayscale: #8E8E8E. Windows color (decimal): -2067139 or 4027872. OLE color: 4027872.

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

Color convert

RGB 224 117 61 -
CMYK 0 0.48 0.73 0.12
HSL 20.61º 0.72% 0.56% -
HSV(B) 20.61º 0.73% 0.88% -
XYZ 37.94 28.91 7.99 -
YUV 142.61 81.95 186.05 -
System Red Green Blue C M Y K H S L
Decimal 224 117 61 0 0.48 0.73 0.12 20.61 0.72 0.56
Hex E0 75 3D 0 30 49 C 15 48 38
Octal 340 165 75 0 60 111 14 25 110 70
Binary 11100000 1110101 111101 0 110000 1001001 1100 10101 1001000 111000

Color Harmonies of #E0753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0753D

Black with #E0753D

Text Example


Text Example

White with #E0753D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0753D; }

 p { color: rgb(224,117,61); }

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

background-color css

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

 a { background-color: rgb(224,117,61); }

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

border-color css

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

 span { border-color: rgb(224,117,61); }

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