Html Css Color HEX #EA5226 Cinnabar

📋 copy color: '#EA5226'

red 234 ◦ green 82 ◦ blue 38

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

Shades of Cinnabar #EA5226

Tints of Cinnabar #EA5226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.73%

R = 66.1%
G = 23.16%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA5226 (or 0xEA5226) is known color: Cinnabar. HEX triplet: EA, 52 and 26. RGB value is (234,82,38). Sum of RGB (Red+Green+Blue) = 234+82+38=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5226 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5226 is #15ADD9. Grayscale: #7A7A7A. Windows color (decimal): -1420762 or 2511594. OLE color: 2511594.

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

Color convert

RGB 234 82 38 -
CMYK 0 0.65 0.84 0.08
HSL 13.47º 0.82% 0.53% -
HSV(B) 13.47º 0.84% 0.92% -
XYZ 37.3 23.67 4.44 -
YUV 122.43 80.36 207.58 -
System Red Green Blue C M Y K H S L
Decimal 234 82 38 0 0.65 0.84 0.08 13.47 0.82 0.53
Hex EA 52 26 0 41 54 8 D 52 35
Octal 352 122 46 0 101 124 10 15 122 65
Binary 11101010 1010010 100110 0 1000001 1010100 1000 1101 1010010 110101

Color Harmonies of #EA5226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5226

Black with #EA5226

Text Example


Text Example

White with #EA5226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5226; }

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

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

background-color css

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

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

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

border-color css

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

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

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