Html Css Color HEX #EA502A Cinnabar

📋 copy color: '#EA502A'

red 234 ◦ green 80 ◦ blue 42

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

Shades of Cinnabar #EA502A

Tints of Cinnabar #EA502A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.8%

R = 65.73%
G = 22.47%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA502A (or 0xEA502A) is known color: Cinnabar. HEX triplet: EA, 50 and 2A. RGB value is (234,80,42). Sum of RGB (Red+Green+Blue) = 234+80+42=356 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.73% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 234 - color contains mainly: red. Hex color #EA502A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA502A is #15AFD5. Grayscale: #7A7A7A. Windows color (decimal): -1421270 or 2773226. OLE color: 2773226.

HSL color Cylindrical-coordinate representation of color #EA502A: hue angle of 11.88º 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 #EA502A is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 80 42 -
CMYK 0 0.66 0.82 0.08
HSL 11.88º 0.82% 0.54% -
HSV(B) 11.88º 0.82% 0.92% -
XYZ 37.22 23.4 4.74 -
YUV 121.71 83.02 208.09 -
System Red Green Blue C M Y K H S L
Decimal 234 80 42 0 0.66 0.82 0.08 11.88 0.82 0.54
Hex EA 50 2A 0 42 52 8 C 52 36
Octal 352 120 52 0 102 122 10 14 122 66
Binary 11101010 1010000 101010 0 1000010 1010010 1000 1100 1010010 110110

Color Harmonies of #EA502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA502A

Black with #EA502A

Text Example


Text Example

White with #EA502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA502A; }

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

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

background-color css

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

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

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

border-color css

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

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

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