Html Css Color HEX #EA5323 Cinnabar

📋 copy color: '#EA5323'

red 234 ◦ green 83 ◦ blue 35

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

Shades of Cinnabar #EA5323

Tints of Cinnabar #EA5323

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.58%

 BLUE value IS 35 (14.06% from 255) = 9.94%

R = 66.48%
G = 23.58%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA5323 (or 0xEA5323) is known color: Cinnabar. HEX triplet: EA, 53 and 23. RGB value is (234,83,35). Sum of RGB (Red+Green+Blue) = 234+83+35=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 35 (14.06% from 255 or 9.94% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5323 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5323 is #15ACDC. Grayscale: #7B7B7B. Windows color (decimal): -1420509 or 2315242. OLE color: 2315242.

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

Color convert

RGB 234 83 35 -
CMYK 0 0.65 0.85 0.08
HSL 14.47º 0.83% 0.53% -
HSV(B) 14.47º 0.85% 0.92% -
XYZ 37.33 23.8 4.22 -
YUV 122.68 78.53 207.4 -
System Red Green Blue C M Y K H S L
Decimal 234 83 35 0 0.65 0.85 0.08 14.47 0.83 0.53
Hex EA 53 23 0 41 55 8 E 53 35
Octal 352 123 43 0 101 125 10 16 123 65
Binary 11101010 1010011 100011 0 1000001 1010101 1000 1110 1010011 110101

Color Harmonies of #EA5323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5323

Black with #EA5323

Text Example


Text Example

White with #EA5323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5323; }

 p { color: rgb(234,83,35); }

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

background-color css

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

 a { background-color: rgb(234,83,35); }

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

border-color css

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

 span { border-color: rgb(234,83,35); }

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