Html Css Color HEX #EA773F Jaffa

📋 copy color: '#EA773F'

red 234 ◦ green 119 ◦ blue 63

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

Shades of Jaffa #EA773F

Tints of Jaffa #EA773F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.61%

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

R = 56.25%
G = 28.61%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA773F (or 0xEA773F) is known color: Jaffa. HEX triplet: EA, 77 and 3F. RGB value is (234,119,63). Sum of RGB (Red+Green+Blue) = 234+119+63=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA773F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA773F is #1588C0. Grayscale: #939393. Windows color (decimal): -1411265 or 4159466. OLE color: 4159466.

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

Color convert

RGB 234 119 63 -
CMYK 0 0.49 0.73 0.08
HSL 19.65º 0.8% 0.58% -
HSV(B) 19.65º 0.73% 0.92% -
XYZ 41.43 31.04 8.51 -
YUV 147 80.6 190.05 -
System Red Green Blue C M Y K H S L
Decimal 234 119 63 0 0.49 0.73 0.08 19.65 0.8 0.58
Hex EA 77 3F 0 31 49 8 14 50 3A
Octal 352 167 77 0 61 111 10 24 120 72
Binary 11101010 1110111 111111 0 110001 1001001 1000 10100 1010000 111010

Color Harmonies of #EA773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA773F

Black with #EA773F

Text Example


Text Example

White with #EA773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA773F; }

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

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

background-color css

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

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

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

border-color css

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

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

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