Html Css Color HEX #E27941 Jaffa

📋 copy color: '#E27941'

red 226 ◦ green 121 ◦ blue 65

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

Shades of Jaffa #E27941

Tints of Jaffa #E27941

RGB

 RED value IS 226 (88.67% from 255) = 54.85%

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

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

R = 54.85%
G = 29.37%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E27941 (or 0xE27941) is known color: Jaffa. HEX triplet: E2, 79 and 41. RGB value is (226,121,65). Sum of RGB (Red+Green+Blue) = 226+121+65=412 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.85% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 226 - color contains mainly: red. Hex color #E27941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27941 is #1D86BE. Grayscale: #929292. Windows color (decimal): -1935039 or 4291042. OLE color: 4291042.

HSL color Cylindrical-coordinate representation of color #E27941: hue angle of 20.87º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E27941 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 121 65 -
CMYK 0 0.46 0.71 0.11
HSL 20.87º 0.74% 0.57% -
HSV(B) 20.87º 0.71% 0.89% -
XYZ 39.16 30.23 8.77 -
YUV 146.01 82.29 185.05 -
System Red Green Blue C M Y K H S L
Decimal 226 121 65 0 0.46 0.71 0.11 20.87 0.74 0.57
Hex E2 79 41 0 2E 47 B 15 4A 39
Octal 342 171 101 0 56 107 13 25 112 71
Binary 11100010 1111001 1000001 0 101110 1000111 1011 10101 1001010 111001

Color Harmonies of #E27941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27941

Black with #E27941

Text Example


Text Example

White with #E27941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27941; }

 p { color: rgb(226,121,65); }

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

background-color css

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

 a { background-color: rgb(226,121,65); }

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

border-color css

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

 span { border-color: rgb(226,121,65); }

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