Html Css Color HEX #E48051 Jaffa

📋 copy color: '#E48051'

red 228 ◦ green 128 ◦ blue 81

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

Shades of Jaffa #E48051

Tints of Jaffa #E48051

RGB

 RED value IS 228 (89.45% from 255) = 52.17%

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

 BLUE value IS 81 (32.03% from 255) = 18.54%

R = 52.17%
G = 29.29%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E48051 (or 0xE48051) is known color: Jaffa. HEX triplet: E4, 80 and 51. RGB value is (228,128,81). Sum of RGB (Red+Green+Blue) = 228+128+81=437 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.17% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 81 (32.03% from 255 or 18.54% from 437); Max value from RGB is 228 - color contains mainly: red. Hex color #E48051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48051 is #1B7FAE. Grayscale: #989898. Windows color (decimal): -1802159 or 5341412. OLE color: 5341412.

HSL color Cylindrical-coordinate representation of color #E48051: hue angle of 19.18º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E48051 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 128 81 -
CMYK 0 0.44 0.64 0.11
HSL 19.18º 0.73% 0.61% -
HSV(B) 19.18º 0.64% 0.89% -
XYZ 41.2 32.53 11.89 -
YUV 152.54 87.63 181.82 -
System Red Green Blue C M Y K H S L
Decimal 228 128 81 0 0.44 0.64 0.11 19.18 0.73 0.61
Hex E4 80 51 0 2C 40 B 13 49 3D
Octal 344 200 121 0 54 100 13 23 111 75
Binary 11100100 10000000 1010001 0 101100 1000000 1011 10011 1001001 111101

Color Harmonies of #E48051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48051

Black with #E48051

Text Example


Text Example

White with #E48051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48051; }

 p { color: rgb(228,128,81); }

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

background-color css

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

 a { background-color: rgb(228,128,81); }

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

border-color css

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

 span { border-color: rgb(228,128,81); }

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