Html Css Color HEX #EA5538 Cinnabar

📋 copy color: '#EA5538'

red 234 ◦ green 85 ◦ blue 56

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

Shades of Cinnabar #EA5538

Tints of Cinnabar #EA5538

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

 BLUE value IS 56 (22.27% from 255) = 14.93%

R = 62.4%
G = 22.67%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA5538 (or 0xEA5538) is known color: Cinnabar. HEX triplet: EA, 55 and 38. RGB value is (234,85,56). Sum of RGB (Red+Green+Blue) = 234+85+56=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5538 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5538 is #15AAC7. Grayscale: #7E7E7E. Windows color (decimal): -1419976 or 3692010. OLE color: 3692010.

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

Color convert

RGB 234 85 56 -
CMYK 0 0.64 0.76 0.08
HSL 9.78º 0.81% 0.57% -
HSV(B) 9.78º 0.76% 0.92% -
XYZ 37.89 24.27 6.43 -
YUV 126.25 88.36 204.86 -
System Red Green Blue C M Y K H S L
Decimal 234 85 56 0 0.64 0.76 0.08 9.78 0.81 0.57
Hex EA 55 38 0 40 4C 8 A 51 39
Octal 352 125 70 0 100 114 10 12 121 71
Binary 11101010 1010101 111000 0 1000000 1001100 1000 1010 1010001 111001

Color Harmonies of #EA5538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5538

Black with #EA5538

Text Example


Text Example

White with #EA5538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5538; }

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

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

background-color css

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

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

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

border-color css

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

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

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