Html Css Color HEX #EA7A46 Jaffa

📋 copy color: '#EA7A46'

red 234 ◦ green 122 ◦ blue 70

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

Shades of Jaffa #EA7A46

Tints of Jaffa #EA7A46

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.64%

 BLUE value IS 70 (27.73% from 255) = 16.43%

R = 54.93%
G = 28.64%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA7A46 (or 0xEA7A46) is known color: Jaffa. HEX triplet: EA, 7A and 46. RGB value is (234,122,70). Sum of RGB (Red+Green+Blue) = 234+122+70=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7A46 is #1585B9. Grayscale: #959595. Windows color (decimal): -1410490 or 4618986. OLE color: 4618986.

HSL color Cylindrical-coordinate representation of color #EA7A46: hue angle of 19.02º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA7A46 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 122 70 -
CMYK 0 0.48 0.70 0.08
HSL 19.02º 0.8% 0.6% -
HSV(B) 19.02º 0.7% 0.92% -
XYZ 42 31.85 9.73 -
YUV 149.56 83.11 188.23 -
System Red Green Blue C M Y K H S L
Decimal 234 122 70 0 0.48 0.70 0.08 19.02 0.8 0.6
Hex EA 7A 46 0 30 46 8 13 50 3C
Octal 352 172 106 0 60 106 10 23 120 74
Binary 11101010 1111010 1000110 0 110000 1000110 1000 10011 1010000 111100

Color Harmonies of #EA7A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7A46

Black with #EA7A46

Text Example


Text Example

White with #EA7A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7A46; }

 p { color: rgb(234,122,70); }

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

background-color css

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

 a { background-color: rgb(234,122,70); }

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

border-color css

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

 span { border-color: rgb(234,122,70); }

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