Html Css Color HEX #EA501F Cinnabar

📋 copy color: '#EA501F'

red 234 ◦ green 80 ◦ blue 31

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

Shades of Cinnabar #EA501F

Tints of Cinnabar #EA501F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.19%

 BLUE value IS 31 (12.5% from 255) = 8.99%

R = 67.83%
G = 23.19%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA501F (or 0xEA501F) is known color: Cinnabar. HEX triplet: EA, 50 and 1F. RGB value is (234,80,31). Sum of RGB (Red+Green+Blue) = 234+80+31=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA501F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA501F is #15AFE0. Grayscale: #787878. Windows color (decimal): -1421281 or 2052330. OLE color: 2052330.

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

Color convert

RGB 234 80 31 -
CMYK 0 0.66 0.87 0.08
HSL 14.48º 0.83% 0.52% -
HSV(B) 14.48º 0.87% 0.92% -
XYZ 37.05 23.33 3.85 -
YUV 120.46 77.52 208.98 -
System Red Green Blue C M Y K H S L
Decimal 234 80 31 0 0.66 0.87 0.08 14.48 0.83 0.52
Hex EA 50 1F 0 42 57 8 E 53 34
Octal 352 120 37 0 102 127 10 16 123 64
Binary 11101010 1010000 11111 0 1000010 1010111 1000 1110 1010011 110100

Color Harmonies of #EA501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA501F

Black with #EA501F

Text Example


Text Example

White with #EA501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA501F; }

 p { color: rgb(234,80,31); }

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

background-color css

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

 a { background-color: rgb(234,80,31); }

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

border-color css

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

 span { border-color: rgb(234,80,31); }

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