Html Css Color HEX #EA713F Jaffa

📋 copy color: '#EA713F'

red 234 ◦ green 113 ◦ blue 63

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

Shades of Jaffa #EA713F

Tints of Jaffa #EA713F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.37%

R = 57.07%
G = 27.56%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA713F (or 0xEA713F) is known color: Jaffa. HEX triplet: EA, 71 and 3F. RGB value is (234,113,63). Sum of RGB (Red+Green+Blue) = 234+113+63=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA713F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA713F is #158EC0. Grayscale: #8F8F8F. Windows color (decimal): -1412801 or 4157930. OLE color: 4157930.

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

Color convert

RGB 234 113 63 -
CMYK 0 0.52 0.73 0.08
HSL 17.54º 0.8% 0.58% -
HSV(B) 17.54º 0.73% 0.92% -
XYZ 40.73 29.66 8.28 -
YUV 143.48 82.59 192.57 -
System Red Green Blue C M Y K H S L
Decimal 234 113 63 0 0.52 0.73 0.08 17.54 0.8 0.58
Hex EA 71 3F 0 34 49 8 12 50 3A
Octal 352 161 77 0 64 111 10 22 120 72
Binary 11101010 1110001 111111 0 110100 1001001 1000 10010 1010000 111010

Color Harmonies of #EA713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA713F

Black with #EA713F

Text Example


Text Example

White with #EA713F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA713F; }

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

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

background-color css

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

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

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

border-color css

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

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

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