Html Css Color HEX #E38047 Jaffa

📋 copy color: '#E38047'

red 227 ◦ green 128 ◦ blue 71

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

Shades of Jaffa #E38047

Tints of Jaffa #E38047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.67%

R = 53.29%
G = 30.05%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E38047 (or 0xE38047) is known color: Jaffa. HEX triplet: E3, 80 and 47. RGB value is (227,128,71). Sum of RGB (Red+Green+Blue) = 227+128+71=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 71 (28.12% from 255 or 16.67% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E38047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38047 is #1C7FB8. Grayscale: #979797. Windows color (decimal): -1867705 or 4686051. OLE color: 4686051.

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

Color convert

RGB 227 128 71 -
CMYK 0 0.44 0.69 0.11
HSL 21.92º 0.74% 0.58% -
HSV(B) 21.92º 0.69% 0.89% -
XYZ 40.54 32.22 10.04 -
YUV 151.1 82.8 182.13 -
System Red Green Blue C M Y K H S L
Decimal 227 128 71 0 0.44 0.69 0.11 21.92 0.74 0.58
Hex E3 80 47 0 2C 45 B 16 4A 3A
Octal 343 200 107 0 54 105 13 26 112 72
Binary 11100011 10000000 1000111 0 101100 1000101 1011 10110 1001010 111010

Color Harmonies of #E38047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38047

Black with #E38047

Text Example


Text Example

White with #E38047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38047; }

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

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

background-color css

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

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

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

border-color css

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

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

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