Html Css Color HEX #E67C44 Jaffa

📋 copy color: '#E67C44'

red 230 ◦ green 124 ◦ blue 68

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

Shades of Jaffa #E67C44

Tints of Jaffa #E67C44

RGB

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

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

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

R = 54.5%
G = 29.38%
B = 16.11%

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

#E67C44 (or 0xE67C44) is known color: Jaffa. HEX triplet: E6, 7C and 44. RGB value is (230,124,68). Sum of RGB (Red+Green+Blue) = 230+124+68=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E67C44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67C44 is #1983BB. Grayscale: #959595. Windows color (decimal): -1672124 or 4488422. OLE color: 4488422.

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

Color convert

RGB 230 124 68 -
CMYK 0 0.46 0.70 0.10
HSL 20.74º 0.76% 0.58% -
HSV(B) 20.74º 0.7% 0.9% -
XYZ 40.88 31.66 9.42 -
YUV 149.31 82.12 185.55 -
System Red Green Blue C M Y K H S L
Decimal 230 124 68 0 0.46 0.70 0.10 20.74 0.76 0.58
Hex E6 7C 44 0 2E 46 A 15 4C 3A
Octal 346 174 104 0 56 106 12 25 114 72
Binary 11100110 1111100 1000100 0 101110 1000110 1010 10101 1001100 111010

Color Harmonies of #E67C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67C44

Black with #E67C44

Text Example


Text Example

White with #E67C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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