Html Css Color HEX #E67046 Jaffa

📋 copy color: '#E67046'

red 230 ◦ green 112 ◦ blue 70

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

Shades of Jaffa #E67046

Tints of Jaffa #E67046

RGB

 RED value IS 230 (90.23% from 255) = 55.83%

 GREEN value IS 112 (44.14% from 255) = 27.18%

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

R = 55.83%
G = 27.18%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E67046 (or 0xE67046) is known color: Jaffa. HEX triplet: E6, 70 and 46. RGB value is (230,112,70). Sum of RGB (Red+Green+Blue) = 230+112+70=412 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.83% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 230 - color contains mainly: red. Hex color #E67046 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67046 is #198FB9. Grayscale: #8E8E8E. Windows color (decimal): -1675194 or 4616422. OLE color: 4616422.

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

Color convert

RGB 230 112 70 -
CMYK 0 0.51 0.70 0.10
HSL 15.75º 0.76% 0.59% -
HSV(B) 15.75º 0.7% 0.9% -
XYZ 39.53 28.85 9.28 -
YUV 142.49 87.09 190.42 -
System Red Green Blue C M Y K H S L
Decimal 230 112 70 0 0.51 0.70 0.10 15.75 0.76 0.59
Hex E6 70 46 0 33 46 A 10 4C 3B
Octal 346 160 106 0 63 106 12 20 114 73
Binary 11100110 1110000 1000110 0 110011 1000110 1010 10000 1001100 111011

Color Harmonies of #E67046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67046

Black with #E67046

Text Example


Text Example

White with #E67046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67046; }

 p { color: rgb(230,112,70); }

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

background-color css

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

 a { background-color: rgb(230,112,70); }

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

border-color css

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

 span { border-color: rgb(230,112,70); }

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