Html Css Color HEX #EA5427 Cinnabar

📋 copy color: '#EA5427'

red 234 ◦ green 84 ◦ blue 39

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

Shades of Cinnabar #EA5427

Tints of Cinnabar #EA5427

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.53%

 BLUE value IS 39 (15.63% from 255) = 10.92%

R = 65.55%
G = 23.53%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA5427 (or 0xEA5427) is known color: Cinnabar. HEX triplet: EA, 54 and 27. RGB value is (234,84,39). Sum of RGB (Red+Green+Blue) = 234+84+39=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5427 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5427 is #15ABD8. Grayscale: #7C7C7C. Windows color (decimal): -1420249 or 2577642. OLE color: 2577642.

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

Color convert

RGB 234 84 39 -
CMYK 0 0.64 0.83 0.08
HSL 13.85º 0.82% 0.54% -
HSV(B) 13.85º 0.83% 0.92% -
XYZ 37.47 23.98 4.57 -
YUV 123.72 80.2 206.66 -
System Red Green Blue C M Y K H S L
Decimal 234 84 39 0 0.64 0.83 0.08 13.85 0.82 0.54
Hex EA 54 27 0 40 53 8 E 52 36
Octal 352 124 47 0 100 123 10 16 122 66
Binary 11101010 1010100 100111 0 1000000 1010011 1000 1110 1010010 110110

Color Harmonies of #EA5427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5427

Black with #EA5427

Text Example


Text Example

White with #EA5427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5427; }

 p { color: rgb(234,84,39); }

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

background-color css

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

 a { background-color: rgb(234,84,39); }

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

border-color css

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

 span { border-color: rgb(234,84,39); }

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