Html Css Color HEX #EA5628 Cinnabar

📋 copy color: '#EA5628'

red 234 ◦ green 86 ◦ blue 40

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

Shades of Cinnabar #EA5628

Tints of Cinnabar #EA5628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 65%
G = 23.89%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA5628 (or 0xEA5628) is known color: Cinnabar. HEX triplet: EA, 56 and 28. RGB value is (234,86,40). Sum of RGB (Red+Green+Blue) = 234+86+40=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5628 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5628 is #15A9D7. Grayscale: #7D7D7D. Windows color (decimal): -1419736 or 2643690. OLE color: 2643690.

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

Color convert

RGB 234 86 40 -
CMYK 0 0.63 0.83 0.08
HSL 14.23º 0.82% 0.54% -
HSV(B) 14.23º 0.83% 0.92% -
XYZ 37.64 24.3 4.71 -
YUV 125.01 80.03 205.74 -
System Red Green Blue C M Y K H S L
Decimal 234 86 40 0 0.63 0.83 0.08 14.23 0.82 0.54
Hex EA 56 28 0 3F 53 8 E 52 36
Octal 352 126 50 0 77 123 10 16 122 66
Binary 11101010 1010110 101000 0 111111 1010011 1000 1110 1010010 110110

Color Harmonies of #EA5628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5628

Black with #EA5628

Text Example


Text Example

White with #EA5628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5628; }

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

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

background-color css

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

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

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

border-color css

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

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

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