Html Css Color HEX #E67646 Jaffa

📋 copy color: '#E67646'

red 230 ◦ green 118 ◦ blue 70

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

Shades of Jaffa #E67646

Tints of Jaffa #E67646

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.23%

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

R = 55.02%
G = 28.23%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E67646 (or 0xE67646) is known color: Jaffa. HEX triplet: E6, 76 and 46. RGB value is (230,118,70). Sum of RGB (Red+Green+Blue) = 230+118+70=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E67646 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67646 is #1989B9. Grayscale: #929292. Windows color (decimal): -1673658 or 4617958. OLE color: 4617958.

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

Color convert

RGB 230 118 70 -
CMYK 0 0.49 0.70 0.10
HSL 18º 0.76% 0.59% -
HSV(B) 18º 0.7% 0.9% -
XYZ 40.22 30.22 9.51 -
YUV 146.02 85.11 187.9 -
System Red Green Blue C M Y K H S L
Decimal 230 118 70 0 0.49 0.70 0.10 18 0.76 0.59
Hex E6 76 46 0 31 46 A 12 4C 3B
Octal 346 166 106 0 61 106 12 22 114 73
Binary 11100110 1110110 1000110 0 110001 1000110 1010 10010 1001100 111011

Color Harmonies of #E67646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67646

Black with #E67646

Text Example


Text Example

White with #E67646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67646; }

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

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

background-color css

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

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

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

border-color css

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

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

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