Html Css Color HEX #EA7C48 Jaffa

📋 copy color: '#EA7C48'

red 234 ◦ green 124 ◦ blue 72

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

Shades of Jaffa #EA7C48

Tints of Jaffa #EA7C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.74%

R = 54.42%
G = 28.84%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EA7C48 (or 0xEA7C48) is known color: Jaffa. HEX triplet: EA, 7C and 48. RGB value is (234,124,72). Sum of RGB (Red+Green+Blue) = 234+124+72=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 72 (28.52% from 255 or 16.74% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7C48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7C48 is #1583B7. Grayscale: #979797. Windows color (decimal): -1409976 or 4750570. OLE color: 4750570.

HSL color Cylindrical-coordinate representation of color #EA7C48: hue angle of 19.26º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA7C48 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 124 72 -
CMYK 0 0.47 0.69 0.08
HSL 19.26º 0.79% 0.6% -
HSV(B) 19.26º 0.69% 0.92% -
XYZ 42.31 32.38 10.15 -
YUV 150.96 83.44 187.23 -
System Red Green Blue C M Y K H S L
Decimal 234 124 72 0 0.47 0.69 0.08 19.26 0.79 0.6
Hex EA 7C 48 0 2F 45 8 13 4F 3C
Octal 352 174 110 0 57 105 10 23 117 74
Binary 11101010 1111100 1001000 0 101111 1000101 1000 10011 1001111 111100

Color Harmonies of #EA7C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7C48

Black with #EA7C48

Text Example


Text Example

White with #EA7C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7C48; }

 p { color: rgb(234,124,72); }

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

background-color css

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

 a { background-color: rgb(234,124,72); }

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

border-color css

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

 span { border-color: rgb(234,124,72); }

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