Html Css Color HEX #EA5038 Cinnabar

📋 copy color: '#EA5038'

red 234 ◦ green 80 ◦ blue 56

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

Shades of Cinnabar #EA5038

Tints of Cinnabar #EA5038

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.62%

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

R = 63.24%
G = 21.62%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA5038 (or 0xEA5038) is known color: Cinnabar. HEX triplet: EA, 50 and 38. RGB value is (234,80,56). Sum of RGB (Red+Green+Blue) = 234+80+56=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5038 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5038 is #15AFC7. Grayscale: #7B7B7B. Windows color (decimal): -1421256 or 3690730. OLE color: 3690730.

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

Color convert

RGB 234 80 56 -
CMYK 0 0.66 0.76 0.08
HSL 8.09º 0.81% 0.57% -
HSV(B) 8.09º 0.76% 0.92% -
XYZ 37.51 23.52 6.3 -
YUV 123.31 90.02 206.95 -
System Red Green Blue C M Y K H S L
Decimal 234 80 56 0 0.66 0.76 0.08 8.09 0.81 0.57
Hex EA 50 38 0 42 4C 8 8 51 39
Octal 352 120 70 0 102 114 10 10 121 71
Binary 11101010 1010000 111000 0 1000010 1001100 1000 1000 1010001 111001

Color Harmonies of #EA5038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5038

Black with #EA5038

Text Example


Text Example

White with #EA5038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5038; }

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

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

background-color css

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

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

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

border-color css

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

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

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