Html Css Color HEX #E06D46 Jaffa

📋 copy color: '#E06D46'

red 224 ◦ green 109 ◦ blue 70

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

Shades of Jaffa #E06D46

Tints of Jaffa #E06D46

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.05%

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

R = 55.58%
G = 27.05%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E06D46 (or 0xE06D46) is known color: Jaffa. HEX triplet: E0, 6D and 46. RGB value is (224,109,70). Sum of RGB (Red+Green+Blue) = 224+109+70=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06D46 is #1F92B9. Grayscale: #8B8B8B. Windows color (decimal): -2069178 or 4615648. OLE color: 4615648.

HSL color Cylindrical-coordinate representation of color #E06D46: hue angle of 15.19º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E06D46 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 109 70 -
CMYK 0 0.51 0.69 0.12
HSL 15.19º 0.71% 0.58% -
HSV(B) 15.19º 0.69% 0.88% -
XYZ 37.31 27.23 9.08 -
YUV 138.94 89.1 188.67 -
System Red Green Blue C M Y K H S L
Decimal 224 109 70 0 0.51 0.69 0.12 15.19 0.71 0.58
Hex E0 6D 46 0 33 45 C F 47 3A
Octal 340 155 106 0 63 105 14 17 107 72
Binary 11100000 1101101 1000110 0 110011 1000101 1100 1111 1000111 111010

Color Harmonies of #E06D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06D46

Black with #E06D46

Text Example


Text Example

White with #E06D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06D46; }

 p { color: rgb(224,109,70); }

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

background-color css

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

 a { background-color: rgb(224,109,70); }

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

border-color css

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

 span { border-color: rgb(224,109,70); }

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