Html Css Color HEX #E67946 Jaffa

📋 copy color: '#E67946'

red 230 ◦ green 121 ◦ blue 70

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

Shades of Jaffa #E67946

Tints of Jaffa #E67946

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.74%

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

R = 54.63%
G = 28.74%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E67946 (or 0xE67946) is known color: Jaffa. HEX triplet: E6, 79 and 46. RGB value is (230,121,70). Sum of RGB (Red+Green+Blue) = 230+121+70=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E67946 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67946 is #1986B9. Grayscale: #949494. Windows color (decimal): -1672890 or 4618726. OLE color: 4618726.

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

Color convert

RGB 230 121 70 -
CMYK 0 0.47 0.70 0.10
HSL 19.13º 0.76% 0.59% -
HSV(B) 19.13º 0.7% 0.9% -
XYZ 40.58 30.94 9.63 -
YUV 147.78 84.11 186.65 -
System Red Green Blue C M Y K H S L
Decimal 230 121 70 0 0.47 0.70 0.10 19.13 0.76 0.59
Hex E6 79 46 0 2F 46 A 13 4C 3B
Octal 346 171 106 0 57 106 12 23 114 73
Binary 11100110 1111001 1000110 0 101111 1000110 1010 10011 1001100 111011

Color Harmonies of #E67946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67946

Black with #E67946

Text Example


Text Example

White with #E67946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67946; }

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

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

background-color css

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

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

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

border-color css

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

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

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