Html Css Color HEX #E67E4A Jaffa

📋 copy color: '#E67E4A'

red 230 ◦ green 126 ◦ blue 74

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

Shades of Jaffa #E67E4A

Tints of Jaffa #E67E4A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.3%

 BLUE value IS 74 (29.3% from 255) = 17.21%

R = 53.49%
G = 29.3%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E67E4A (or 0xE67E4A) is known color: Jaffa. HEX triplet: E6, 7E and 4A. RGB value is (230,126,74). Sum of RGB (Red+Green+Blue) = 230+126+74=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E67E4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67E4A is #1981B5. Grayscale: #979797. Windows color (decimal): -1671606 or 4882150. OLE color: 4882150.

HSL color Cylindrical-coordinate representation of color #E67E4A: hue angle of 20º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E67E4A is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 126 74 -
CMYK 0 0.45 0.68 0.10
HSL 20º 0.76% 0.6% -
HSV(B) 20º 0.68% 0.9% -
XYZ 41.33 32.24 10.52 -
YUV 151.17 84.46 184.23 -
System Red Green Blue C M Y K H S L
Decimal 230 126 74 0 0.45 0.68 0.10 20 0.76 0.6
Hex E6 7E 4A 0 2D 44 A 14 4C 3C
Octal 346 176 112 0 55 104 12 24 114 74
Binary 11100110 1111110 1001010 0 101101 1000100 1010 10100 1001100 111100

Color Harmonies of #E67E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67E4A

Black with #E67E4A

Text Example


Text Example

White with #E67E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67E4A; }

 p { color: rgb(230,126,74); }

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

background-color css

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

 a { background-color: rgb(230,126,74); }

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

border-color css

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

 span { border-color: rgb(230,126,74); }

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