Html Css Color HEX #E67846 Jaffa

📋 copy color: '#E67846'

red 230 ◦ green 120 ◦ blue 70

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

Shades of Jaffa #E67846

Tints of Jaffa #E67846

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.57%

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

R = 54.76%
G = 28.57%
B = 16.67%

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

#E67846 (or 0xE67846) is known color: Jaffa. HEX triplet: E6, 78 and 46. RGB value is (230,120,70). Sum of RGB (Red+Green+Blue) = 230+120+70=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E67846 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67846 is #1987B9. Grayscale: #939393. Windows color (decimal): -1673146 or 4618470. OLE color: 4618470.

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

Color convert

RGB 230 120 70 -
CMYK 0 0.48 0.70 0.10
HSL 18.75º 0.76% 0.59% -
HSV(B) 18.75º 0.7% 0.9% -
XYZ 40.46 30.7 9.59 -
YUV 147.19 84.44 187.07 -
System Red Green Blue C M Y K H S L
Decimal 230 120 70 0 0.48 0.70 0.10 18.75 0.76 0.59
Hex E6 78 46 0 30 46 A 13 4C 3B
Octal 346 170 106 0 60 106 12 23 114 73
Binary 11100110 1111000 1000110 0 110000 1000110 1010 10011 1001100 111011

Color Harmonies of #E67846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67846

Black with #E67846

Text Example


Text Example

White with #E67846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67846; }

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

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

background-color css

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

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

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

border-color css

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

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

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