Html Css Color HEX #EA7B49 Jaffa

📋 copy color: '#EA7B49'

red 234 ◦ green 123 ◦ blue 73

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

Shades of Jaffa #EA7B49

Tints of Jaffa #EA7B49

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.6%

 BLUE value IS 73 (28.91% from 255) = 16.98%

R = 54.42%
G = 28.6%
B = 16.98%

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

#EA7B49 (or 0xEA7B49) is known color: Jaffa. HEX triplet: EA, 7B and 49. RGB value is (234,123,73). Sum of RGB (Red+Green+Blue) = 234+123+73=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7B49 is #1584B6. Grayscale: #969696. Windows color (decimal): -1410231 or 4815850. OLE color: 4815850.

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

Color convert

RGB 234 123 73 -
CMYK 0 0.47 0.69 0.08
HSL 18.63º 0.79% 0.6% -
HSV(B) 18.63º 0.69% 0.92% -
XYZ 42.22 32.14 10.28 -
YUV 150.49 84.27 187.57 -
System Red Green Blue C M Y K H S L
Decimal 234 123 73 0 0.47 0.69 0.08 18.63 0.79 0.6
Hex EA 7B 49 0 2F 45 8 13 4F 3C
Octal 352 173 111 0 57 105 10 23 117 74
Binary 11101010 1111011 1001001 0 101111 1000101 1000 10011 1001111 111100

Color Harmonies of #EA7B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7B49

Black with #EA7B49

Text Example


Text Example

White with #EA7B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7B49; }

 p { color: rgb(234,123,73); }

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

background-color css

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

 a { background-color: rgb(234,123,73); }

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

border-color css

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

 span { border-color: rgb(234,123,73); }

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