Html Css Color HEX #EA7242 Jaffa

📋 copy color: '#EA7242'

red 234 ◦ green 114 ◦ blue 66

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

Shades of Jaffa #EA7242

Tints of Jaffa #EA7242

RGB

 RED value IS 234 (91.8% from 255) = 56.52%

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

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

R = 56.52%
G = 27.54%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA7242 (or 0xEA7242) is known color: Jaffa. HEX triplet: EA, 72 and 42. RGB value is (234,114,66). Sum of RGB (Red+Green+Blue) = 234+114+66=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7242 is #158DBD. Grayscale: #909090. Windows color (decimal): -1412542 or 4354794. OLE color: 4354794.

HSL color Cylindrical-coordinate representation of color #EA7242: hue angle of 17.14º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA7242 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 114 66 -
CMYK 0 0.51 0.72 0.08
HSL 17.14º 0.8% 0.59% -
HSV(B) 17.14º 0.72% 0.92% -
XYZ 40.93 29.92 8.77 -
YUV 144.41 83.76 191.9 -
System Red Green Blue C M Y K H S L
Decimal 234 114 66 0 0.51 0.72 0.08 17.14 0.8 0.59
Hex EA 72 42 0 33 48 8 11 50 3B
Octal 352 162 102 0 63 110 10 21 120 73
Binary 11101010 1110010 1000010 0 110011 1001000 1000 10001 1010000 111011

Color Harmonies of #EA7242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7242

Black with #EA7242

Text Example


Text Example

White with #EA7242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7242; }

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

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

background-color css

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

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

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

border-color css

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

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

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