Html Css Color HEX #E67246 Jaffa

📋 copy color: '#E67246'

red 230 ◦ green 114 ◦ blue 70

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

Shades of Jaffa #E67246

Tints of Jaffa #E67246

RGB

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

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

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

R = 55.56%
G = 27.54%
B = 16.91%

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

#E67246 (or 0xE67246) is known color: Jaffa. HEX triplet: E6, 72 and 46. RGB value is (230,114,70). Sum of RGB (Red+Green+Blue) = 230+114+70=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E67246 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67246 is #198DB9. Grayscale: #8F8F8F. Windows color (decimal): -1674682 or 4616934. OLE color: 4616934.

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

Color convert

RGB 230 114 70 -
CMYK 0 0.50 0.70 0.10
HSL 16.5º 0.76% 0.59% -
HSV(B) 16.5º 0.7% 0.9% -
XYZ 39.76 29.3 9.35 -
YUV 143.67 86.43 189.58 -
System Red Green Blue C M Y K H S L
Decimal 230 114 70 0 0.50 0.70 0.10 16.5 0.76 0.59
Hex E6 72 46 0 32 46 A 10 4C 3B
Octal 346 162 106 0 62 106 12 20 114 73
Binary 11100110 1110010 1000110 0 110010 1000110 1010 10000 1001100 111011

Color Harmonies of #E67246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67246

Black with #E67246

Text Example


Text Example

White with #E67246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67246; }

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

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

background-color css

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

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

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

border-color css

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

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

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