Html Css Color HEX #E48152 Jaffa

📋 copy color: '#E48152'

red 228 ◦ green 129 ◦ blue 82

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

Shades of Jaffa #E48152

Tints of Jaffa #E48152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.68%

R = 51.94%
G = 29.38%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E48152 (or 0xE48152) is known color: Jaffa. HEX triplet: E4, 81 and 52. RGB value is (228,129,82). Sum of RGB (Red+Green+Blue) = 228+129+82=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E48152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48152 is #1B7EAD. Grayscale: #999999. Windows color (decimal): -1801902 or 5407204. OLE color: 5407204.

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

Color convert

RGB 228 129 82 -
CMYK 0 0.43 0.64 0.11
HSL 19.32º 0.73% 0.61% -
HSV(B) 19.32º 0.64% 0.89% -
XYZ 41.37 32.8 12.13 -
YUV 153.24 87.8 181.32 -
System Red Green Blue C M Y K H S L
Decimal 228 129 82 0 0.43 0.64 0.11 19.32 0.73 0.61
Hex E4 81 52 0 2B 40 B 13 49 3D
Octal 344 201 122 0 53 100 13 23 111 75
Binary 11100100 10000001 1010010 0 101011 1000000 1011 10011 1001001 111101

Color Harmonies of #E48152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48152

Black with #E48152

Text Example


Text Example

White with #E48152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48152; }

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

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

background-color css

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

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

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

border-color css

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

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

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