Html Css Color HEX #EA753F Jaffa

📋 copy color: '#EA753F'

red 234 ◦ green 117 ◦ blue 63

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

Shades of Jaffa #EA753F

Tints of Jaffa #EA753F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.26%

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

R = 56.52%
G = 28.26%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA753F (or 0xEA753F) is known color: Jaffa. HEX triplet: EA, 75 and 3F. RGB value is (234,117,63). Sum of RGB (Red+Green+Blue) = 234+117+63=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 63 (25% from 255 or 15.22% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA753F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA753F is #158AC0. Grayscale: #929292. Windows color (decimal): -1411777 or 4158954. OLE color: 4158954.

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

Color convert

RGB 234 117 63 -
CMYK 0 0.5 0.73 0.08
HSL 18.95º 0.8% 0.58% -
HSV(B) 18.95º 0.73% 0.92% -
XYZ 41.19 30.57 8.43 -
YUV 145.83 81.26 190.89 -
System Red Green Blue C M Y K H S L
Decimal 234 117 63 0 0.5 0.73 0.08 18.95 0.8 0.58
Hex EA 75 3F 0 32 49 8 13 50 3A
Octal 352 165 77 0 62 111 10 23 120 72
Binary 11101010 1110101 111111 0 110010 1001001 1000 10011 1010000 111010

Color Harmonies of #EA753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA753F

Black with #EA753F

Text Example


Text Example

White with #EA753F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA753F; }

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

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

background-color css

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

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

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

border-color css

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

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

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