Html Css Color HEX #EA5320 Cinnabar

📋 copy color: '#EA5320'

red 234 ◦ green 83 ◦ blue 32

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

Shades of Cinnabar #EA5320

Tints of Cinnabar #EA5320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.17%

R = 67.05%
G = 23.78%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA5320 (or 0xEA5320) is known color: Cinnabar. HEX triplet: EA, 53 and 20. RGB value is (234,83,32). Sum of RGB (Red+Green+Blue) = 234+83+32=349 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.05% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5320 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5320 is #15ACDF. Grayscale: #7A7A7A. Windows color (decimal): -1420512 or 2118634. OLE color: 2118634.

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

Color convert

RGB 234 83 32 -
CMYK 0 0.65 0.86 0.08
HSL 15.15º 0.83% 0.52% -
HSV(B) 15.15º 0.86% 0.92% -
XYZ 37.29 23.78 3.99 -
YUV 122.34 77.03 207.65 -
System Red Green Blue C M Y K H S L
Decimal 234 83 32 0 0.65 0.86 0.08 15.15 0.83 0.52
Hex EA 53 20 0 41 56 8 F 53 34
Octal 352 123 40 0 101 126 10 17 123 64
Binary 11101010 1010011 100000 0 1000001 1010110 1000 1111 1010011 110100

Color Harmonies of #EA5320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5320

Black with #EA5320

Text Example


Text Example

White with #EA5320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5320; }

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

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

background-color css

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

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

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

border-color css

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

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

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