Html Css Color HEX #EA5521 Cinnabar

📋 copy color: '#EA5521'

red 234 ◦ green 85 ◦ blue 33

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

Shades of Cinnabar #EA5521

Tints of Cinnabar #EA5521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.38%

R = 66.48%
G = 24.15%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA5521 (or 0xEA5521) is known color: Cinnabar. HEX triplet: EA, 55 and 21. RGB value is (234,85,33). Sum of RGB (Red+Green+Blue) = 234+85+33=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5521 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5521 is #15AADE. Grayscale: #7B7B7B. Windows color (decimal): -1419999 or 2184682. OLE color: 2184682.

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

Color convert

RGB 234 85 33 -
CMYK 0 0.64 0.86 0.08
HSL 15.52º 0.83% 0.52% -
HSV(B) 15.52º 0.86% 0.92% -
XYZ 37.45 24.1 4.12 -
YUV 123.62 76.86 206.73 -
System Red Green Blue C M Y K H S L
Decimal 234 85 33 0 0.64 0.86 0.08 15.52 0.83 0.52
Hex EA 55 21 0 40 56 8 10 53 34
Octal 352 125 41 0 100 126 10 20 123 64
Binary 11101010 1010101 100001 0 1000000 1010110 1000 10000 1010011 110100

Color Harmonies of #EA5521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5521

Black with #EA5521

Text Example


Text Example

White with #EA5521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5521; }

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

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

background-color css

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

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

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

border-color css

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

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

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