Html Css Color HEX #E67244 Jaffa

📋 copy color: '#E67244'

red 230 ◦ green 114 ◦ blue 68

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

Shades of Jaffa #E67244

Tints of Jaffa #E67244

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.67%

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

R = 55.83%
G = 27.67%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E67244 (or 0xE67244) is known color: Jaffa. HEX triplet: E6, 72 and 44. RGB value is (230,114,68). Sum of RGB (Red+Green+Blue) = 230+114+68=412 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.83% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 230 - color contains mainly: red. Hex color #E67244 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67244 is #198DBB. Grayscale: #8F8F8F. Windows color (decimal): -1674684 or 4485862. OLE color: 4485862.

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

Color convert

RGB 230 114 68 -
CMYK 0 0.50 0.70 0.10
HSL 17.04º 0.76% 0.58% -
HSV(B) 17.04º 0.7% 0.9% -
XYZ 39.69 29.27 9.03 -
YUV 143.44 85.43 189.74 -
System Red Green Blue C M Y K H S L
Decimal 230 114 68 0 0.50 0.70 0.10 17.04 0.76 0.58
Hex E6 72 44 0 32 46 A 11 4C 3A
Octal 346 162 104 0 62 106 12 21 114 72
Binary 11100110 1110010 1000100 0 110010 1000110 1010 10001 1001100 111010

Color Harmonies of #E67244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67244

Black with #E67244

Text Example


Text Example

White with #E67244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67244; }

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

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

background-color css

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

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

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

border-color css

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

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

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