Html Css Color HEX #E77246 Jaffa

📋 copy color: '#E77246'

red 231 ◦ green 114 ◦ blue 70

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

Shades of Jaffa #E77246

Tints of Jaffa #E77246

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.47%

 BLUE value IS 70 (27.73% from 255) = 16.87%

R = 55.66%
G = 27.47%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E77246 (or 0xE77246) is known color: Jaffa. HEX triplet: E7, 72 and 46. RGB value is (231,114,70). Sum of RGB (Red+Green+Blue) = 231+114+70=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E77246 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77246 is #188DB9. Grayscale: #909090. Windows color (decimal): -1609146 or 4616935. OLE color: 4616935.

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

Color convert

RGB 231 114 70 -
CMYK 0 0.51 0.70 0.09
HSL 16.4º 0.77% 0.59% -
HSV(B) 16.4º 0.7% 0.91% -
XYZ 40.08 29.47 9.37 -
YUV 143.97 86.26 190.08 -
System Red Green Blue C M Y K H S L
Decimal 231 114 70 0 0.51 0.70 0.09 16.4 0.77 0.59
Hex E7 72 46 0 33 46 9 10 4D 3B
Octal 347 162 106 0 63 106 11 20 115 73
Binary 11100111 1110010 1000110 0 110011 1000110 1001 10000 1001101 111011

Color Harmonies of #E77246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77246

Black with #E77246

Text Example


Text Example

White with #E77246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77246; }

 p { color: rgb(231,114,70); }

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

background-color css

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

 a { background-color: rgb(231,114,70); }

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

border-color css

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

 span { border-color: rgb(231,114,70); }

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