Html Css Color HEX #EA5233 Cinnabar

📋 copy color: '#EA5233'

red 234 ◦ green 82 ◦ blue 51

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

Shades of Cinnabar #EA5233

Tints of Cinnabar #EA5233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.9%

R = 63.76%
G = 22.34%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA5233 (or 0xEA5233) is known color: Cinnabar. HEX triplet: EA, 52 and 33. RGB value is (234,82,51). Sum of RGB (Red+Green+Blue) = 234+82+51=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5233 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5233 is #15ADCC. Grayscale: #7C7C7C. Windows color (decimal): -1420749 or 3363562. OLE color: 3363562.

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

Color convert

RGB 234 82 51 -
CMYK 0 0.65 0.78 0.08
HSL 10.16º 0.81% 0.56% -
HSV(B) 10.16º 0.78% 0.92% -
XYZ 37.55 23.77 5.74 -
YUV 123.91 86.86 206.52 -
System Red Green Blue C M Y K H S L
Decimal 234 82 51 0 0.65 0.78 0.08 10.16 0.81 0.56
Hex EA 52 33 0 41 4E 8 A 51 38
Octal 352 122 63 0 101 116 10 12 121 70
Binary 11101010 1010010 110011 0 1000001 1001110 1000 1010 1010001 111000

Color Harmonies of #EA5233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5233

Black with #EA5233

Text Example


Text Example

White with #EA5233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5233; }

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

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

background-color css

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

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

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

border-color css

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

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

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