Html Css Color HEX #EA4E20 Cinnabar

📋 copy color: '#EA4E20'

red 234 ◦ green 78 ◦ blue 32

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

Shades of Cinnabar #EA4E20

Tints of Cinnabar #EA4E20

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.67%

 BLUE value IS 32 (12.89% from 255) = 9.3%

R = 68.02%
G = 22.67%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA4E20 (or 0xEA4E20) is known color: Cinnabar. HEX triplet: EA, 4E and 20. RGB value is (234,78,32). Sum of RGB (Red+Green+Blue) = 234+78+32=344 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.02% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4E20 is #15B1DF. Grayscale: #777777. Windows color (decimal): -1421792 or 2117354. OLE color: 2117354.

HSL color Cylindrical-coordinate representation of color #EA4E20: hue angle of 13.66º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA4E20 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 78 32 -
CMYK 0 0.67 0.86 0.08
HSL 13.66º 0.83% 0.52% -
HSV(B) 13.66º 0.86% 0.92% -
XYZ 36.92 23.05 3.87 -
YUV 119.4 78.68 209.74 -
System Red Green Blue C M Y K H S L
Decimal 234 78 32 0 0.67 0.86 0.08 13.66 0.83 0.52
Hex EA 4E 20 0 43 56 8 E 53 34
Octal 352 116 40 0 103 126 10 16 123 64
Binary 11101010 1001110 100000 0 1000011 1010110 1000 1110 1010011 110100

Color Harmonies of #EA4E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4E20

Black with #EA4E20

Text Example


Text Example

White with #EA4E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4E20; }

 p { color: rgb(234,78,32); }

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

background-color css

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

 a { background-color: rgb(234,78,32); }

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

border-color css

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

 span { border-color: rgb(234,78,32); }

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