Html Css Color HEX #E07748 Jaffa

📋 copy color: '#E07748'

red 224 ◦ green 119 ◦ blue 72

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

Shades of Jaffa #E07748

Tints of Jaffa #E07748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.35%

R = 53.98%
G = 28.67%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E07748 (or 0xE07748) is known color: Jaffa. HEX triplet: E0, 77 and 48. RGB value is (224,119,72). Sum of RGB (Red+Green+Blue) = 224+119+72=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E07748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07748 is #1F88B7. Grayscale: #919191. Windows color (decimal): -2066616 or 4749280. OLE color: 4749280.

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

Color convert

RGB 224 119 72 -
CMYK 0 0.47 0.68 0.12
HSL 18.55º 0.71% 0.58% -
HSV(B) 18.55º 0.68% 0.88% -
XYZ 38.51 29.51 9.8 -
YUV 145.04 86.79 184.32 -
System Red Green Blue C M Y K H S L
Decimal 224 119 72 0 0.47 0.68 0.12 18.55 0.71 0.58
Hex E0 77 48 0 2F 44 C 13 47 3A
Octal 340 167 110 0 57 104 14 23 107 72
Binary 11100000 1110111 1001000 0 101111 1000100 1100 10011 1000111 111010

Color Harmonies of #E07748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07748

Black with #E07748

Text Example


Text Example

White with #E07748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07748; }

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

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

background-color css

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

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

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

border-color css

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

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

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