Html Css Color HEX #EA5330 Cinnabar

📋 copy color: '#EA5330'

red 234 ◦ green 83 ◦ blue 48

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

Shades of Cinnabar #EA5330

Tints of Cinnabar #EA5330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.15%

R = 64.11%
G = 22.74%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA5330 (or 0xEA5330) is known color: Cinnabar. HEX triplet: EA, 53 and 30. RGB value is (234,83,48). Sum of RGB (Red+Green+Blue) = 234+83+48=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5330 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5330 is #15ACCF. Grayscale: #7C7C7C. Windows color (decimal): -1420496 or 3167210. OLE color: 3167210.

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

Color convert

RGB 234 83 48 -
CMYK 0 0.65 0.79 0.08
HSL 11.29º 0.82% 0.55% -
HSV(B) 11.29º 0.79% 0.92% -
XYZ 37.56 23.89 5.43 -
YUV 124.16 85.03 206.35 -
System Red Green Blue C M Y K H S L
Decimal 234 83 48 0 0.65 0.79 0.08 11.29 0.82 0.55
Hex EA 53 30 0 41 4F 8 B 52 37
Octal 352 123 60 0 101 117 10 13 122 67
Binary 11101010 1010011 110000 0 1000001 1001111 1000 1011 1010010 110111

Color Harmonies of #EA5330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5330

Black with #EA5330

Text Example


Text Example

White with #EA5330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5330; }

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

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

background-color css

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

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

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

border-color css

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

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

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