Html Css Color HEX #EA743E Jaffa

📋 copy color: '#EA743E'

red 234 ◦ green 116 ◦ blue 62

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

Shades of Jaffa #EA743E

Tints of Jaffa #EA743E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.16%

 BLUE value IS 62 (24.61% from 255) = 15.05%

R = 56.8%
G = 28.16%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA743E (or 0xEA743E) is known color: Jaffa. HEX triplet: EA, 74 and 3E. RGB value is (234,116,62). Sum of RGB (Red+Green+Blue) = 234+116+62=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA743E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA743E is #158BC1. Grayscale: #919191. Windows color (decimal): -1412034 or 4093162. OLE color: 4093162.

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

Color convert

RGB 234 116 62 -
CMYK 0 0.50 0.74 0.08
HSL 18.84º 0.8% 0.58% -
HSV(B) 18.84º 0.74% 0.92% -
XYZ 41.05 30.33 8.25 -
YUV 145.13 81.09 191.39 -
System Red Green Blue C M Y K H S L
Decimal 234 116 62 0 0.50 0.74 0.08 18.84 0.8 0.58
Hex EA 74 3E 0 32 4A 8 13 50 3A
Octal 352 164 76 0 62 112 10 23 120 72
Binary 11101010 1110100 111110 0 110010 1001010 1000 10011 1010000 111010

Color Harmonies of #EA743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA743E

Black with #EA743E

Text Example


Text Example

White with #EA743E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA743E; }

 p { color: rgb(234,116,62); }

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

background-color css

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

 a { background-color: rgb(234,116,62); }

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

border-color css

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

 span { border-color: rgb(234,116,62); }

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