Html Css Color HEX #EA5629 Cinnabar

📋 copy color: '#EA5629'

red 234 ◦ green 86 ◦ blue 41

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

Shades of Cinnabar #EA5629

Tints of Cinnabar #EA5629

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.82%

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

R = 64.82%
G = 23.82%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA5629 (or 0xEA5629) is known color: Cinnabar. HEX triplet: EA, 56 and 29. RGB value is (234,86,41). Sum of RGB (Red+Green+Blue) = 234+86+41=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5629 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5629 is #15A9D6. Grayscale: #7D7D7D. Windows color (decimal): -1419735 or 2709226. OLE color: 2709226.

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

Color convert

RGB 234 86 41 -
CMYK 0 0.63 0.82 0.08
HSL 13.99º 0.82% 0.54% -
HSV(B) 13.99º 0.82% 0.92% -
XYZ 37.66 24.31 4.8 -
YUV 125.12 80.53 205.66 -
System Red Green Blue C M Y K H S L
Decimal 234 86 41 0 0.63 0.82 0.08 13.99 0.82 0.54
Hex EA 56 29 0 3F 52 8 E 52 36
Octal 352 126 51 0 77 122 10 16 122 66
Binary 11101010 1010110 101001 0 111111 1010010 1000 1110 1010010 110110

Color Harmonies of #EA5629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5629

Black with #EA5629

Text Example


Text Example

White with #EA5629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5629; }

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

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

background-color css

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

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

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

border-color css

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

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

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