Html Css Color HEX #E07741 Jaffa

📋 copy color: '#E07741'

red 224 ◦ green 119 ◦ blue 65

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

Shades of Jaffa #E07741

Tints of Jaffa #E07741

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.17%

 BLUE value IS 65 (25.78% from 255) = 15.93%

R = 54.9%
G = 29.17%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E07741 (or 0xE07741) is known color: Jaffa. HEX triplet: E0, 77 and 41. RGB value is (224,119,65). Sum of RGB (Red+Green+Blue) = 224+119+65=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E07741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07741 is #1F88BE. Grayscale: #909090. Windows color (decimal): -2066623 or 4290528. OLE color: 4290528.

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

Color convert

RGB 224 119 65 -
CMYK 0 0.47 0.71 0.12
HSL 20.38º 0.72% 0.57% -
HSV(B) 20.38º 0.71% 0.88% -
XYZ 38.29 29.42 8.66 -
YUV 144.24 83.29 184.89 -
System Red Green Blue C M Y K H S L
Decimal 224 119 65 0 0.47 0.71 0.12 20.38 0.72 0.57
Hex E0 77 41 0 2F 47 C 14 48 39
Octal 340 167 101 0 57 107 14 24 110 71
Binary 11100000 1110111 1000001 0 101111 1000111 1100 10100 1001000 111001

Color Harmonies of #E07741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07741

Black with #E07741

Text Example


Text Example

White with #E07741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07741; }

 p { color: rgb(224,119,65); }

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

background-color css

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

 a { background-color: rgb(224,119,65); }

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

border-color css

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

 span { border-color: rgb(224,119,65); }

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