Html Css Color HEX #E0834F Jaffa

📋 copy color: '#E0834F'

red 224 ◦ green 131 ◦ blue 79

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

Shades of Jaffa #E0834F

Tints of Jaffa #E0834F

RGB

 RED value IS 224 (87.89% from 255) = 51.61%

 GREEN value IS 131 (51.56% from 255) = 30.18%

 BLUE value IS 79 (31.25% from 255) = 18.2%

R = 51.61%
G = 30.18%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E0834F (or 0xE0834F) is known color: Jaffa. HEX triplet: E0, 83 and 4F. RGB value is (224,131,79). Sum of RGB (Red+Green+Blue) = 224+131+79=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 79 (31.25% from 255 or 18.20% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E0834F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0834F is #1F7CB0. Grayscale: #999999. Windows color (decimal): -2063537 or 5211104. OLE color: 5211104.

HSL color Cylindrical-coordinate representation of color #E0834F: hue angle of 21.52º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E0834F is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 131 79 -
CMYK 0 0.42 0.65 0.12
HSL 21.52º 0.7% 0.59% -
HSV(B) 21.52º 0.65% 0.88% -
XYZ 40.27 32.64 11.58 -
YUV 152.88 86.31 178.73 -
System Red Green Blue C M Y K H S L
Decimal 224 131 79 0 0.42 0.65 0.12 21.52 0.7 0.59
Hex E0 83 4F 0 2A 41 C 16 46 3B
Octal 340 203 117 0 52 101 14 26 106 73
Binary 11100000 10000011 1001111 0 101010 1000001 1100 10110 1000110 111011

Color Harmonies of #E0834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0834F

Black with #E0834F

Text Example


Text Example

White with #E0834F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0834F; }

 p { color: rgb(224,131,79); }

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

background-color css

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

 a { background-color: rgb(224,131,79); }

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

border-color css

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

 span { border-color: rgb(224,131,79); }

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