Html Css Color HEX #EA713C Jaffa

📋 copy color: '#EA713C'

red 234 ◦ green 113 ◦ blue 60

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

Shades of Jaffa #EA713C

Tints of Jaffa #EA713C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.76%

 BLUE value IS 60 (23.83% from 255) = 14.74%

R = 57.49%
G = 27.76%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA713C (or 0xEA713C) is known color: Jaffa. HEX triplet: EA, 71 and 3C. RGB value is (234,113,60). Sum of RGB (Red+Green+Blue) = 234+113+60=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA713C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA713C is #158EC3. Grayscale: #8F8F8F. Windows color (decimal): -1412804 or 3961322. OLE color: 3961322.

HSL color Cylindrical-coordinate representation of color #EA713C: hue angle of 18.28º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA713C is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 113 60 -
CMYK 0 0.52 0.74 0.08
HSL 18.28º 0.81% 0.58% -
HSV(B) 18.28º 0.74% 0.92% -
XYZ 40.65 29.63 7.85 -
YUV 143.14 81.09 192.81 -
System Red Green Blue C M Y K H S L
Decimal 234 113 60 0 0.52 0.74 0.08 18.28 0.81 0.58
Hex EA 71 3C 0 34 4A 8 12 51 3A
Octal 352 161 74 0 64 112 10 22 121 72
Binary 11101010 1110001 111100 0 110100 1001010 1000 10010 1010001 111010

Color Harmonies of #EA713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA713C

Black with #EA713C

Text Example


Text Example

White with #EA713C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA713C; }

 p { color: rgb(234,113,60); }

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

background-color css

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

 a { background-color: rgb(234,113,60); }

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

border-color css

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

 span { border-color: rgb(234,113,60); }

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