Html Css Color HEX #E77348 Jaffa

📋 copy color: '#E77348'

red 231 ◦ green 115 ◦ blue 72

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

Shades of Jaffa #E77348

Tints of Jaffa #E77348

RGB

 RED value IS 231 (90.63% from 255) = 55.26%

 GREEN value IS 115 (45.31% from 255) = 27.51%

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

R = 55.26%
G = 27.51%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E77348 (or 0xE77348) is known color: Jaffa. HEX triplet: E7, 73 and 48. RGB value is (231,115,72). Sum of RGB (Red+Green+Blue) = 231+115+72=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 72 (28.52% from 255 or 17.22% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E77348 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77348 is #188CB7. Grayscale: #919191. Windows color (decimal): -1608888 or 4748263. OLE color: 4748263.

HSL color Cylindrical-coordinate representation of color #E77348: hue angle of 16.23º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E77348 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 115 72 -
CMYK 0 0.50 0.69 0.09
HSL 16.23º 0.77% 0.59% -
HSV(B) 16.23º 0.69% 0.91% -
XYZ 40.26 29.72 9.75 -
YUV 144.78 86.93 189.5 -
System Red Green Blue C M Y K H S L
Decimal 231 115 72 0 0.50 0.69 0.09 16.23 0.77 0.59
Hex E7 73 48 0 32 45 9 10 4D 3B
Octal 347 163 110 0 62 105 11 20 115 73
Binary 11100111 1110011 1001000 0 110010 1000101 1001 10000 1001101 111011

Color Harmonies of #E77348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77348

Black with #E77348

Text Example


Text Example

White with #E77348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77348; }

 p { color: rgb(231,115,72); }

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

background-color css

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

 a { background-color: rgb(231,115,72); }

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

border-color css

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

 span { border-color: rgb(231,115,72); }

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