Html Css Color HEX #E67746 Jaffa

📋 copy color: '#E67746'

red 230 ◦ green 119 ◦ blue 70

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

Shades of Jaffa #E67746

Tints of Jaffa #E67746

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.4%

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

R = 54.89%
G = 28.4%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E67746 (or 0xE67746) is known color: Jaffa. HEX triplet: E6, 77 and 46. RGB value is (230,119,70). Sum of RGB (Red+Green+Blue) = 230+119+70=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 70 (27.73% from 255 or 16.71% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E67746 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67746 is #1988B9. Grayscale: #929292. Windows color (decimal): -1673402 or 4618214. OLE color: 4618214.

HSL color Cylindrical-coordinate representation of color #E67746: hue angle of 18.38º 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 #E67746 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 119 70 -
CMYK 0 0.48 0.70 0.10
HSL 18.38º 0.76% 0.59% -
HSV(B) 18.38º 0.7% 0.9% -
XYZ 40.34 30.46 9.55 -
YUV 146.6 84.77 187.48 -
System Red Green Blue C M Y K H S L
Decimal 230 119 70 0 0.48 0.70 0.10 18.38 0.76 0.59
Hex E6 77 46 0 30 46 A 12 4C 3B
Octal 346 167 106 0 60 106 12 22 114 73
Binary 11100110 1110111 1000110 0 110000 1000110 1010 10010 1001100 111011

Color Harmonies of #E67746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67746

Black with #E67746

Text Example


Text Example

White with #E67746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67746; }

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

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

background-color css

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

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

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

border-color css

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

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

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