Html Css Color HEX #E48150 Jaffa

📋 copy color: '#E48150'

red 228 ◦ green 129 ◦ blue 80

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

Shades of Jaffa #E48150

Tints of Jaffa #E48150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.52%

 BLUE value IS 80 (31.64% from 255) = 18.31%

R = 52.17%
G = 29.52%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E48150 (or 0xE48150) is known color: Jaffa. HEX triplet: E4, 81 and 50. RGB value is (228,129,80). Sum of RGB (Red+Green+Blue) = 228+129+80=437 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.17% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 228 - color contains mainly: red. Hex color #E48150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48150 is #1B7EAF. Grayscale: #999999. Windows color (decimal): -1801904 or 5276132. OLE color: 5276132.

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

Color convert

RGB 228 129 80 -
CMYK 0 0.43 0.65 0.11
HSL 19.86º 0.73% 0.6% -
HSV(B) 19.86º 0.65% 0.89% -
XYZ 41.29 32.77 11.74 -
YUV 153.02 86.8 181.48 -
System Red Green Blue C M Y K H S L
Decimal 228 129 80 0 0.43 0.65 0.11 19.86 0.73 0.6
Hex E4 81 50 0 2B 41 B 14 49 3C
Octal 344 201 120 0 53 101 13 24 111 74
Binary 11100100 10000001 1010000 0 101011 1000001 1011 10100 1001001 111100

Color Harmonies of #E48150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48150

Black with #E48150

Text Example


Text Example

White with #E48150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48150; }

 p { color: rgb(228,129,80); }

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

background-color css

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

 a { background-color: rgb(228,129,80); }

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

border-color css

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

 span { border-color: rgb(228,129,80); }

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