#EA4F38

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

Shades of Cinnabar #EA4F38

Tints of Cinnabar #EA4F38

Color information

#EA4F38 (or 0xEA4F38) is unknown color: approx Cinnabar. HEX triplet: EA, 4F and 38. RGB value is (234,79,56). Sum of RGB (Red+Green+Blue) = 234+79+56=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4F38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4F38 is #15B0C7. Grayscale: #7A7A7A. Windows color (decimal): -1421512 or 3690474. OLE color: 3690474.

HSL color Cylindrical-coordinate representation of color #EA4F38: hue angle of 7.75º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA4F38 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB2347956-
CMYK00.660.760.08
HSL7.75º80.91%56.86%-
HSV(B)7.75º76.07%91.76%-
XYZ37.4423.376.28-
YUV122.7290.35207.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 63.41%
GREEN value IS 79 (31.25% from 255) = 21.41%
BLUE value IS 56 (22.27% from 255) = 15.18%
R=63.41%
G=21.41%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234795600.660.760.087.7580.9156.86
HexEA4F380424C885139
Octal352117700102114101012171
Binary111010101001111111000010000101001100100010001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4F38; }

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

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

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

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

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

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

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

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