Html Css Color HEX #EA493B Cinnabar

📋 copy color: '#EA493B'

red 234 ◦ green 73 ◦ blue 59

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

Shades of Cinnabar #EA493B

Tints of Cinnabar #EA493B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.95%

 BLUE value IS 59 (23.44% from 255) = 16.12%

R = 63.93%
G = 19.95%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA493B (or 0xEA493B) is known color: Cinnabar. HEX triplet: EA, 49 and 3B. RGB value is (234,73,59). Sum of RGB (Red+Green+Blue) = 234+73+59=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA493B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA493B is #15B6C4. Grayscale: #777777. Windows color (decimal): -1423045 or 3885546. OLE color: 3885546.

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

Color convert

RGB 234 73 59 -
CMYK 0 0.69 0.75 0.08
HSL 4.8º 0.81% 0.57% -
HSV(B) 4.8º 0.75% 0.92% -
XYZ 37.1 22.57 6.54 -
YUV 119.54 93.84 209.64 -
System Red Green Blue C M Y K H S L
Decimal 234 73 59 0 0.69 0.75 0.08 4.8 0.81 0.57
Hex EA 49 3B 0 45 4B 8 5 51 39
Octal 352 111 73 0 105 113 10 5 121 71
Binary 11101010 1001001 111011 0 1000101 1001011 1000 101 1010001 111001

Color Harmonies of #EA493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA493B

Black with #EA493B

Text Example


Text Example

White with #EA493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA493B; }

 p { color: rgb(234,73,59); }

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

background-color css

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

 a { background-color: rgb(234,73,59); }

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

border-color css

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

 span { border-color: rgb(234,73,59); }

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