Html Css Color HEX #EA7D4A Jaffa

📋 copy color: '#EA7D4A'

red 234 ◦ green 125 ◦ blue 74

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

Shades of Jaffa #EA7D4A

Tints of Jaffa #EA7D4A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.87%

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

R = 54.04%
G = 28.87%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA7D4A (or 0xEA7D4A) is known color: Jaffa. HEX triplet: EA, 7D and 4A. RGB value is (234,125,74). Sum of RGB (Red+Green+Blue) = 234+125+74=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7D4A is #1582B5. Grayscale: #989898. Windows color (decimal): -1409718 or 4881898. OLE color: 4881898.

HSL color Cylindrical-coordinate representation of color #EA7D4A: hue angle of 19.12º 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 #EA7D4A is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 125 74 -
CMYK 0 0.47 0.68 0.08
HSL 19.13º 0.79% 0.6% -
HSV(B) 19.13º 0.68% 0.92% -
XYZ 42.5 32.65 10.54 -
YUV 151.78 84.11 186.65 -
System Red Green Blue C M Y K H S L
Decimal 234 125 74 0 0.47 0.68 0.08 19.13 0.79 0.6
Hex EA 7D 4A 0 2F 44 8 13 4F 3C
Octal 352 175 112 0 57 104 10 23 117 74
Binary 11101010 1111101 1001010 0 101111 1000100 1000 10011 1001111 111100

Color Harmonies of #EA7D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7D4A

Black with #EA7D4A

Text Example


Text Example

White with #EA7D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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