Html Css Color HEX #E38048 Jaffa

📋 copy color: '#E38048'

red 227 ◦ green 128 ◦ blue 72

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

Shades of Jaffa #E38048

Tints of Jaffa #E38048

RGB

 RED value IS 227 (89.06% from 255) = 53.16%

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

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

R = 53.16%
G = 29.98%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E38048 (or 0xE38048) is known color: Jaffa. HEX triplet: E3, 80 and 48. RGB value is (227,128,72). Sum of RGB (Red+Green+Blue) = 227+128+72=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E38048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38048 is #1C7FB7. Grayscale: #979797. Windows color (decimal): -1867704 or 4751587. OLE color: 4751587.

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

Color convert

RGB 227 128 72 -
CMYK 0 0.44 0.68 0.11
HSL 21.68º 0.73% 0.59% -
HSV(B) 21.68º 0.68% 0.89% -
XYZ 40.57 32.24 10.22 -
YUV 151.22 83.3 182.05 -
System Red Green Blue C M Y K H S L
Decimal 227 128 72 0 0.44 0.68 0.11 21.68 0.73 0.59
Hex E3 80 48 0 2C 44 B 16 49 3B
Octal 343 200 110 0 54 104 13 26 111 73
Binary 11100011 10000000 1001000 0 101100 1000100 1011 10110 1001001 111011

Color Harmonies of #E38048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38048

Black with #E38048

Text Example


Text Example

White with #E38048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38048; }

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

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

background-color css

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

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

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

border-color css

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

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

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