Html Css Color HEX #EA763F Jaffa

📋 copy color: '#EA763F'

red 234 ◦ green 118 ◦ blue 63

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

Shades of Jaffa #EA763F

Tints of Jaffa #EA763F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.43%

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

R = 56.39%
G = 28.43%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA763F (or 0xEA763F) is known color: Jaffa. HEX triplet: EA, 76 and 3F. RGB value is (234,118,63). Sum of RGB (Red+Green+Blue) = 234+118+63=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA763F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA763F is #1589C0. Grayscale: #929292. Windows color (decimal): -1411521 or 4159210. OLE color: 4159210.

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

Color convert

RGB 234 118 63 -
CMYK 0 0.50 0.73 0.08
HSL 19.3º 0.8% 0.58% -
HSV(B) 19.3º 0.73% 0.92% -
XYZ 41.31 30.81 8.47 -
YUV 146.41 80.93 190.47 -
System Red Green Blue C M Y K H S L
Decimal 234 118 63 0 0.50 0.73 0.08 19.3 0.8 0.58
Hex EA 76 3F 0 32 49 8 13 50 3A
Octal 352 166 77 0 62 111 10 23 120 72
Binary 11101010 1110110 111111 0 110010 1001001 1000 10011 1010000 111010

Color Harmonies of #EA763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA763F

Black with #EA763F

Text Example


Text Example

White with #EA763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA763F; }

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

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

background-color css

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

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

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

border-color css

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

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

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