#EA4F40

Color #EA4F40 Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #EA4F40

Tints of Cinnabar #EA4F40

Color information

#EA4F40 (or 0xEA4F40) is unknown color: approx Cinnabar. HEX triplet: EA, 4F and 40. RGB value is (234,79,64). Sum of RGB (Red+Green+Blue) = 234+79+64=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4F40 is #15B0BF. Grayscale: #7B7B7B. Windows color (decimal): -1421504 or 4214762. OLE color: 4214762.

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

Color convert

RGB2347964-
CMYK00.660.730.08
HSL5.29º80.19%58.43%-
HSV(B)5.29º72.65%91.76%-
XYZ37.6523.457.39-
YUV123.6494.35206.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.07%
GREEN value IS 79 (31.25% from 255) = 20.95%
BLUE value IS 64 (25.39% from 255) = 16.98%
R=62.07%
G=20.95%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234796400.660.730.085.2980.1958.43
HexEA4F400424985503a
Octal352117100010211110512072
Binary111010101001111100000001000010100100110001011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4F40; }

 p { color: rgb(234,79,64); }

 H1.HeaderClassName
 {
   color: #EA4F40;
 }
 .AnyTagClassName
 {
   color: #EA4F40;
 }
</style>
background-color css

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

 a { background-color: rgb(234,79,64); }

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

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

 span { border-color: rgb(234,79,64); }

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