Html Css Color HEX #E67F49 Jaffa

📋 copy color: '#E67F49'

red 230 ◦ green 127 ◦ blue 73

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

Shades of Jaffa #E67F49

Tints of Jaffa #E67F49

RGB

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

 GREEN value IS 127 (50% from 255) = 29.53%

 BLUE value IS 73 (28.91% from 255) = 16.98%

R = 53.49%
G = 29.53%
B = 16.98%

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

#E67F49 (or 0xE67F49) is known color: Jaffa. HEX triplet: E6, 7F and 49. RGB value is (230,127,73). Sum of RGB (Red+Green+Blue) = 230+127+73=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E67F49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67F49 is #1980B6. Grayscale: #979797. Windows color (decimal): -1671351 or 4816870. OLE color: 4816870.

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

Color convert

RGB 230 127 73 -
CMYK 0 0.45 0.68 0.10
HSL 20.64º 0.76% 0.59% -
HSV(B) 20.64º 0.68% 0.9% -
XYZ 41.43 32.48 10.39 -
YUV 151.64 83.62 183.89 -
System Red Green Blue C M Y K H S L
Decimal 230 127 73 0 0.45 0.68 0.10 20.64 0.76 0.59
Hex E6 7F 49 0 2D 44 A 15 4C 3B
Octal 346 177 111 0 55 104 12 25 114 73
Binary 11100110 1111111 1001001 0 101101 1000100 1010 10101 1001100 111011

Color Harmonies of #E67F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67F49

Black with #E67F49

Text Example


Text Example

White with #E67F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67F49; }

 p { color: rgb(230,127,73); }

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

background-color css

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

 a { background-color: rgb(230,127,73); }

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

border-color css

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

 span { border-color: rgb(230,127,73); }

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