Html Css Color HEX #EA7943 Jaffa

📋 copy color: '#EA7943'

red 234 ◦ green 121 ◦ blue 67

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

Shades of Jaffa #EA7943

Tints of Jaffa #EA7943

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.67%

 BLUE value IS 67 (26.56% from 255) = 15.88%

R = 55.45%
G = 28.67%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA7943 (or 0xEA7943) is known color: Jaffa. HEX triplet: EA, 79 and 43. RGB value is (234,121,67). Sum of RGB (Red+Green+Blue) = 234+121+67=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 67 (26.56% from 255 or 15.88% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7943 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7943 is #1586BC. Grayscale: #949494. Windows color (decimal): -1410749 or 4422122. OLE color: 4422122.

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

Color convert

RGB 234 121 67 -
CMYK 0 0.48 0.71 0.08
HSL 19.4º 0.8% 0.59% -
HSV(B) 19.4º 0.71% 0.92% -
XYZ 41.78 31.57 9.2 -
YUV 148.63 81.94 188.89 -
System Red Green Blue C M Y K H S L
Decimal 234 121 67 0 0.48 0.71 0.08 19.4 0.8 0.59
Hex EA 79 43 0 30 47 8 13 50 3B
Octal 352 171 103 0 60 107 10 23 120 73
Binary 11101010 1111001 1000011 0 110000 1000111 1000 10011 1010000 111011

Color Harmonies of #EA7943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7943

Black with #EA7943

Text Example


Text Example

White with #EA7943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7943; }

 p { color: rgb(234,121,67); }

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

background-color css

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

 a { background-color: rgb(234,121,67); }

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

border-color css

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

 span { border-color: rgb(234,121,67); }

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