Html Css Color HEX #EA5529 Cinnabar

📋 copy color: '#EA5529'

red 234 ◦ green 85 ◦ blue 41

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

Shades of Cinnabar #EA5529

Tints of Cinnabar #EA5529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.39%

R = 65%
G = 23.61%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA5529 (or 0xEA5529) is known color: Cinnabar. HEX triplet: EA, 55 and 29. RGB value is (234,85,41). Sum of RGB (Red+Green+Blue) = 234+85+41=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5529 is #15AAD6. Grayscale: #7C7C7C. Windows color (decimal): -1419991 or 2708970. OLE color: 2708970.

HSL color Cylindrical-coordinate representation of color #EA5529: hue angle of 13.68º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA5529 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 85 41 -
CMYK 0 0.64 0.82 0.08
HSL 13.68º 0.82% 0.54% -
HSV(B) 13.68º 0.82% 0.92% -
XYZ 37.58 24.15 4.78 -
YUV 124.54 80.86 206.08 -
System Red Green Blue C M Y K H S L
Decimal 234 85 41 0 0.64 0.82 0.08 13.68 0.82 0.54
Hex EA 55 29 0 40 52 8 E 52 36
Octal 352 125 51 0 100 122 10 16 122 66
Binary 11101010 1010101 101001 0 1000000 1010010 1000 1110 1010010 110110

Color Harmonies of #EA5529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5529

Black with #EA5529

Text Example


Text Example

White with #EA5529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5529; }

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

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

background-color css

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

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

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

border-color css

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

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

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