Html Css Color HEX #EA5329 Cinnabar

📋 copy color: '#EA5329'

red 234 ◦ green 83 ◦ blue 41

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

Shades of Cinnabar #EA5329

Tints of Cinnabar #EA5329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.45%

R = 65.36%
G = 23.18%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA5329 (or 0xEA5329) is known color: Cinnabar. HEX triplet: EA, 53 and 29. RGB value is (234,83,41). Sum of RGB (Red+Green+Blue) = 234+83+41=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5329 is #15ACD6. Grayscale: #7B7B7B. Windows color (decimal): -1420503 or 2708458. OLE color: 2708458.

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

Color convert

RGB 234 83 41 -
CMYK 0 0.65 0.82 0.08
HSL 13.06º 0.82% 0.54% -
HSV(B) 13.06º 0.82% 0.92% -
XYZ 37.43 23.84 4.73 -
YUV 123.36 81.53 206.92 -
System Red Green Blue C M Y K H S L
Decimal 234 83 41 0 0.65 0.82 0.08 13.06 0.82 0.54
Hex EA 53 29 0 41 52 8 D 52 36
Octal 352 123 51 0 101 122 10 15 122 66
Binary 11101010 1010011 101001 0 1000001 1010010 1000 1101 1010010 110110

Color Harmonies of #EA5329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5329

Black with #EA5329

Text Example


Text Example

White with #EA5329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5329; }

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

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

background-color css

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

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

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

border-color css

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

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

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