Html Css Color HEX #EA7A4A Jaffa

📋 copy color: '#EA7A4A'

red 234 ◦ green 122 ◦ blue 74

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

Shades of Jaffa #EA7A4A

Tints of Jaffa #EA7A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.21%

R = 54.42%
G = 28.37%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA7A4A (or 0xEA7A4A) is known color: Jaffa. HEX triplet: EA, 7A and 4A. RGB value is (234,122,74). Sum of RGB (Red+Green+Blue) = 234+122+74=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7A4A is #1585B5. Grayscale: #969696. Windows color (decimal): -1410486 or 4881130. OLE color: 4881130.

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

Color convert

RGB 234 122 74 -
CMYK 0 0.48 0.68 0.08
HSL 18º 0.79% 0.6% -
HSV(B) 18º 0.68% 0.92% -
XYZ 42.13 31.91 10.42 -
YUV 150.02 85.11 187.9 -
System Red Green Blue C M Y K H S L
Decimal 234 122 74 0 0.48 0.68 0.08 18 0.79 0.6
Hex EA 7A 4A 0 30 44 8 12 4F 3C
Octal 352 172 112 0 60 104 10 22 117 74
Binary 11101010 1111010 1001010 0 110000 1000100 1000 10010 1001111 111100

Color Harmonies of #EA7A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7A4A

Black with #EA7A4A

Text Example


Text Example

White with #EA7A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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