Html Css Color HEX #E67344 Jaffa

📋 copy color: '#E67344'

red 230 ◦ green 115 ◦ blue 68

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

Shades of Jaffa #E67344

Tints of Jaffa #E67344

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.85%

 BLUE value IS 68 (26.95% from 255) = 16.46%

R = 55.69%
G = 27.85%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E67344 (or 0xE67344) is known color: Jaffa. HEX triplet: E6, 73 and 44. RGB value is (230,115,68). Sum of RGB (Red+Green+Blue) = 230+115+68=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 68 (26.95% from 255 or 16.46% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E67344 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67344 is #198CBB. Grayscale: #909090. Windows color (decimal): -1674428 or 4486118. OLE color: 4486118.

HSL color Cylindrical-coordinate representation of color #E67344: hue angle of 17.41º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E67344 is Cyan = 0, Magento = 0.5, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 115 68 -
CMYK 0 0.5 0.70 0.10
HSL 17.41º 0.76% 0.58% -
HSV(B) 17.41º 0.7% 0.9% -
XYZ 39.81 29.5 9.07 -
YUV 144.03 85.1 189.32 -
System Red Green Blue C M Y K H S L
Decimal 230 115 68 0 0.5 0.70 0.10 17.41 0.76 0.58
Hex E6 73 44 0 32 46 A 11 4C 3A
Octal 346 163 104 0 62 106 12 21 114 72
Binary 11100110 1110011 1000100 0 110010 1000110 1010 10001 1001100 111010

Color Harmonies of #E67344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67344

Black with #E67344

Text Example


Text Example

White with #E67344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67344; }

 p { color: rgb(230,115,68); }

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

background-color css

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

 a { background-color: rgb(230,115,68); }

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

border-color css

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

 span { border-color: rgb(230,115,68); }

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