Html Css Color HEX #E77D48 Jaffa

📋 copy color: '#E77D48'

red 231 ◦ green 125 ◦ blue 72

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

Shades of Jaffa #E77D48

Tints of Jaffa #E77D48

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.21%

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

R = 53.97%
G = 29.21%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E77D48 (or 0xE77D48) is known color: Jaffa. HEX triplet: E7, 7D and 48. RGB value is (231,125,72). Sum of RGB (Red+Green+Blue) = 231+125+72=428 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.97% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77D48 is #1882B7. Grayscale: #969696. Windows color (decimal): -1606328 or 4750823. OLE color: 4750823.

HSL color Cylindrical-coordinate representation of color #E77D48: hue angle of 20º 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 #E77D48 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 125 72 -
CMYK 0 0.46 0.69 0.09
HSL 20º 0.77% 0.59% -
HSV(B) 20º 0.69% 0.91% -
XYZ 41.46 32.12 10.15 -
YUV 150.65 83.62 185.31 -
System Red Green Blue C M Y K H S L
Decimal 231 125 72 0 0.46 0.69 0.09 20 0.77 0.59
Hex E7 7D 48 0 2E 45 9 14 4D 3B
Octal 347 175 110 0 56 105 11 24 115 73
Binary 11100111 1111101 1001000 0 101110 1000101 1001 10100 1001101 111011

Color Harmonies of #E77D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77D48

Black with #E77D48

Text Example


Text Example

White with #E77D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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