Html Css Color HEX #E67C46 Jaffa

📋 copy color: '#E67C46'

red 230 ◦ green 124 ◦ blue 70

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

Shades of Jaffa #E67C46

Tints of Jaffa #E67C46

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.25%

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

R = 54.25%
G = 29.25%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E67C46 (or 0xE67C46) is known color: Jaffa. HEX triplet: E6, 7C and 46. RGB value is (230,124,70). Sum of RGB (Red+Green+Blue) = 230+124+70=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E67C46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67C46 is #1983B9. Grayscale: #959595. Windows color (decimal): -1672122 or 4619494. OLE color: 4619494.

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

Color convert

RGB 230 124 70 -
CMYK 0 0.46 0.70 0.10
HSL 20.25º 0.76% 0.59% -
HSV(B) 20.25º 0.7% 0.9% -
XYZ 40.95 31.68 9.75 -
YUV 149.54 83.12 185.39 -
System Red Green Blue C M Y K H S L
Decimal 230 124 70 0 0.46 0.70 0.10 20.25 0.76 0.59
Hex E6 7C 46 0 2E 46 A 14 4C 3B
Octal 346 174 106 0 56 106 12 24 114 73
Binary 11100110 1111100 1000110 0 101110 1000110 1010 10100 1001100 111011

Color Harmonies of #E67C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67C46

Black with #E67C46

Text Example


Text Example

White with #E67C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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