Html Css Color HEX #E38051 Jaffa

📋 copy color: '#E38051'

red 227 ◦ green 128 ◦ blue 81

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

Shades of Jaffa #E38051

Tints of Jaffa #E38051

RGB

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

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

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

R = 52.06%
G = 29.36%
B = 18.58%

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

#E38051 (or 0xE38051) is known color: Jaffa. HEX triplet: E3, 80 and 51. RGB value is (227,128,81). Sum of RGB (Red+Green+Blue) = 227+128+81=436 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.06% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 81 (32.03% from 255 or 18.58% from 436); Max value from RGB is 227 - color contains mainly: red. Hex color #E38051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38051 is #1C7FAE. Grayscale: #989898. Windows color (decimal): -1867695 or 5341411. OLE color: 5341411.

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

Color convert

RGB 227 128 81 -
CMYK 0 0.44 0.64 0.11
HSL 19.32º 0.72% 0.6% -
HSV(B) 19.32º 0.64% 0.89% -
XYZ 40.88 32.36 11.88 -
YUV 152.24 87.8 181.32 -
System Red Green Blue C M Y K H S L
Decimal 227 128 81 0 0.44 0.64 0.11 19.32 0.72 0.6
Hex E3 80 51 0 2C 40 B 13 48 3C
Octal 343 200 121 0 54 100 13 23 110 74
Binary 11100011 10000000 1010001 0 101100 1000000 1011 10011 1001000 111100

Color Harmonies of #E38051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38051

Black with #E38051

Text Example


Text Example

White with #E38051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38051; }

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

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

background-color css

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

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

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

border-color css

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

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

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