Html Css Color HEX #EA5220 Cinnabar

📋 copy color: '#EA5220'

red 234 ◦ green 82 ◦ blue 32

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

Shades of Cinnabar #EA5220

Tints of Cinnabar #EA5220

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.56%

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

R = 67.24%
G = 23.56%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA5220 (or 0xEA5220) is known color: Cinnabar. HEX triplet: EA, 52 and 20. RGB value is (234,82,32). Sum of RGB (Red+Green+Blue) = 234+82+32=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5220 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5220 is #15ADDF. Grayscale: #7A7A7A. Windows color (decimal): -1420768 or 2118378. OLE color: 2118378.

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

Color convert

RGB 234 82 32 -
CMYK 0 0.65 0.86 0.08
HSL 14.85º 0.83% 0.52% -
HSV(B) 14.85º 0.86% 0.92% -
XYZ 37.21 23.63 3.97 -
YUV 121.75 77.36 208.07 -
System Red Green Blue C M Y K H S L
Decimal 234 82 32 0 0.65 0.86 0.08 14.85 0.83 0.52
Hex EA 52 20 0 41 56 8 F 53 34
Octal 352 122 40 0 101 126 10 17 123 64
Binary 11101010 1010010 100000 0 1000001 1010110 1000 1111 1010011 110100

Color Harmonies of #EA5220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5220

Black with #EA5220

Text Example


Text Example

White with #EA5220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5220; }

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

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

background-color css

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

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

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

border-color css

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

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

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