Html Css Color HEX #EA5334 Cinnabar

📋 copy color: '#EA5334'

red 234 ◦ green 83 ◦ blue 52

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

Shades of Cinnabar #EA5334

Tints of Cinnabar #EA5334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.09%

R = 63.41%
G = 22.49%
B = 14.09%

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

#EA5334 (or 0xEA5334) is known color: Cinnabar. HEX triplet: EA, 53 and 34. RGB value is (234,83,52). Sum of RGB (Red+Green+Blue) = 234+83+52=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5334 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5334 is #15ACCB. Grayscale: #7C7C7C. Windows color (decimal): -1420492 or 3429354. OLE color: 3429354.

HSL color Cylindrical-coordinate representation of color #EA5334: hue angle of 10.22º 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 #EA5334 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 83 52 -
CMYK 0 0.65 0.78 0.08
HSL 10.22º 0.81% 0.56% -
HSV(B) 10.22º 0.78% 0.92% -
XYZ 37.64 23.93 5.88 -
YUV 124.62 87.03 206.02 -
System Red Green Blue C M Y K H S L
Decimal 234 83 52 0 0.65 0.78 0.08 10.22 0.81 0.56
Hex EA 53 34 0 41 4E 8 A 51 38
Octal 352 123 64 0 101 116 10 12 121 70
Binary 11101010 1010011 110100 0 1000001 1001110 1000 1010 1010001 111000

Color Harmonies of #EA5334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5334

Black with #EA5334

Text Example


Text Example

White with #EA5334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5334; }

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

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

background-color css

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

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

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

border-color css

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

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

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