Html Css Color HEX #E67449 Jaffa

📋 copy color: '#E67449'

red 230 ◦ green 116 ◦ blue 73

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

Shades of Jaffa #E67449

Tints of Jaffa #E67449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.68%

 BLUE value IS 73 (28.91% from 255) = 17.42%

R = 54.89%
G = 27.68%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E67449 (or 0xE67449) is known color: Jaffa. HEX triplet: E6, 74 and 49. RGB value is (230,116,73). Sum of RGB (Red+Green+Blue) = 230+116+73=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E67449 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67449 is #198BB6. Grayscale: #919191. Windows color (decimal): -1674167 or 4814054. OLE color: 4814054.

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

Color convert

RGB 230 116 73 -
CMYK 0 0.50 0.68 0.10
HSL 16.43º 0.76% 0.59% -
HSV(B) 16.43º 0.68% 0.9% -
XYZ 40.08 29.79 9.94 -
YUV 145.18 87.27 188.5 -
System Red Green Blue C M Y K H S L
Decimal 230 116 73 0 0.50 0.68 0.10 16.43 0.76 0.59
Hex E6 74 49 0 32 44 A 10 4C 3B
Octal 346 164 111 0 62 104 12 20 114 73
Binary 11100110 1110100 1001001 0 110010 1000100 1010 10000 1001100 111011

Color Harmonies of #E67449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67449

Black with #E67449

Text Example


Text Example

White with #E67449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67449; }

 p { color: rgb(230,116,73); }

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

background-color css

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

 a { background-color: rgb(230,116,73); }

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

border-color css

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

 span { border-color: rgb(230,116,73); }

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