Html Css Color HEX #EA6F41 Jaffa

📋 copy color: '#EA6F41'

red 234 ◦ green 111 ◦ blue 65

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

Shades of Jaffa #EA6F41

Tints of Jaffa #EA6F41

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.07%

 BLUE value IS 65 (25.78% from 255) = 15.85%

R = 57.07%
G = 27.07%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA6F41 (or 0xEA6F41) is known color: Jaffa. HEX triplet: EA, 6F and 41. RGB value is (234,111,65). Sum of RGB (Red+Green+Blue) = 234+111+65=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6F41 is #1590BE. Grayscale: #8E8E8E. Windows color (decimal): -1413311 or 4288490. OLE color: 4288490.

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

Color convert

RGB 234 111 65 -
CMYK 0 0.53 0.72 0.08
HSL 16.33º 0.8% 0.59% -
HSV(B) 16.33º 0.72% 0.92% -
XYZ 40.57 29.24 8.51 -
YUV 142.53 84.25 193.24 -
System Red Green Blue C M Y K H S L
Decimal 234 111 65 0 0.53 0.72 0.08 16.33 0.8 0.59
Hex EA 6F 41 0 35 48 8 10 50 3B
Octal 352 157 101 0 65 110 10 20 120 73
Binary 11101010 1101111 1000001 0 110101 1001000 1000 10000 1010000 111011

Color Harmonies of #EA6F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6F41

Black with #EA6F41

Text Example


Text Example

White with #EA6F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6F41; }

 p { color: rgb(234,111,65); }

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

background-color css

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

 a { background-color: rgb(234,111,65); }

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

border-color css

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

 span { border-color: rgb(234,111,65); }

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