Html Css Color HEX #E67242 Jaffa

📋 copy color: '#E67242'

red 230 ◦ green 114 ◦ blue 66

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

Shades of Jaffa #E67242

Tints of Jaffa #E67242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.1%

R = 56.1%
G = 27.8%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E67242 (or 0xE67242) is known color: Jaffa. HEX triplet: E6, 72 and 42. RGB value is (230,114,66). Sum of RGB (Red+Green+Blue) = 230+114+66=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E67242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67242 is #198DBD. Grayscale: #8F8F8F. Windows color (decimal): -1674686 or 4354790. OLE color: 4354790.

HSL color Cylindrical-coordinate representation of color #E67242: hue angle of 17.56º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E67242 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 114 66 -
CMYK 0 0.50 0.71 0.10
HSL 17.56º 0.77% 0.58% -
HSV(B) 17.56º 0.71% 0.9% -
XYZ 39.63 29.25 8.71 -
YUV 143.21 84.43 189.9 -
System Red Green Blue C M Y K H S L
Decimal 230 114 66 0 0.50 0.71 0.10 17.56 0.77 0.58
Hex E6 72 42 0 32 47 A 12 4D 3A
Octal 346 162 102 0 62 107 12 22 115 72
Binary 11100110 1110010 1000010 0 110010 1000111 1010 10010 1001101 111010

Color Harmonies of #E67242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67242

Black with #E67242

Text Example


Text Example

White with #E67242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67242; }

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

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

background-color css

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

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

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

border-color css

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

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

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