Html Css Color HEX #EA552C Cinnabar

📋 copy color: '#EA552C'

red 234 ◦ green 85 ◦ blue 44

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

Shades of Cinnabar #EA552C

Tints of Cinnabar #EA552C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.42%

 BLUE value IS 44 (17.58% from 255) = 12.12%

R = 64.46%
G = 23.42%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA552C (or 0xEA552C) is known color: Cinnabar. HEX triplet: EA, 55 and 2C. RGB value is (234,85,44). Sum of RGB (Red+Green+Blue) = 234+85+44=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA552C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA552C is #15AAD3. Grayscale: #7D7D7D. Windows color (decimal): -1419988 or 2905578. OLE color: 2905578.

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

Color convert

RGB 234 85 44 -
CMYK 0 0.64 0.81 0.08
HSL 12.95º 0.82% 0.55% -
HSV(B) 12.95º 0.81% 0.92% -
XYZ 37.63 24.17 5.06 -
YUV 124.88 82.36 205.83 -
System Red Green Blue C M Y K H S L
Decimal 234 85 44 0 0.64 0.81 0.08 12.95 0.82 0.55
Hex EA 55 2C 0 40 51 8 D 52 37
Octal 352 125 54 0 100 121 10 15 122 67
Binary 11101010 1010101 101100 0 1000000 1010001 1000 1101 1010010 110111

Color Harmonies of #EA552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA552C

Black with #EA552C

Text Example


Text Example

White with #EA552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA552C; }

 p { color: rgb(234,85,44); }

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

background-color css

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

 a { background-color: rgb(234,85,44); }

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

border-color css

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

 span { border-color: rgb(234,85,44); }

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