Html Css Color HEX #E08048 Jaffa

📋 copy color: '#E08048'

red 224 ◦ green 128 ◦ blue 72

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

Shades of Jaffa #E08048

Tints of Jaffa #E08048

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.19%

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

R = 52.83%
G = 30.19%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E08048 (or 0xE08048) is known color: Jaffa. HEX triplet: E0, 80 and 48. RGB value is (224,128,72). Sum of RGB (Red+Green+Blue) = 224+128+72=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E08048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08048 is #1F7FB7. Grayscale: #969696. Windows color (decimal): -2064312 or 4751584. OLE color: 4751584.

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

Color convert

RGB 224 128 72 -
CMYK 0 0.43 0.68 0.12
HSL 22.11º 0.71% 0.58% -
HSV(B) 22.11º 0.68% 0.88% -
XYZ 39.63 31.75 10.17 -
YUV 150.32 83.8 180.55 -
System Red Green Blue C M Y K H S L
Decimal 224 128 72 0 0.43 0.68 0.12 22.11 0.71 0.58
Hex E0 80 48 0 2B 44 C 16 47 3A
Octal 340 200 110 0 53 104 14 26 107 72
Binary 11100000 10000000 1001000 0 101011 1000100 1100 10110 1000111 111010

Color Harmonies of #E08048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08048

Black with #E08048

Text Example


Text Example

White with #E08048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08048; }

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

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

background-color css

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

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

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

border-color css

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

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

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