Html Css Color HEX #EA522D Cinnabar

📋 copy color: '#EA522D'

red 234 ◦ green 82 ◦ blue 45

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

Shades of Cinnabar #EA522D

Tints of Cinnabar #EA522D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.71%

 BLUE value IS 45 (17.97% from 255) = 12.47%

R = 64.82%
G = 22.71%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA522D (or 0xEA522D) is known color: Cinnabar. HEX triplet: EA, 52 and 2D. RGB value is (234,82,45). Sum of RGB (Red+Green+Blue) = 234+82+45=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA522D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA522D is #15ADD2. Grayscale: #7B7B7B. Windows color (decimal): -1420755 or 2970346. OLE color: 2970346.

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

Color convert

RGB 234 82 45 -
CMYK 0 0.65 0.81 0.08
HSL 11.75º 0.82% 0.55% -
HSV(B) 11.75º 0.81% 0.92% -
XYZ 37.42 23.72 5.09 -
YUV 123.23 83.86 207.01 -
System Red Green Blue C M Y K H S L
Decimal 234 82 45 0 0.65 0.81 0.08 11.75 0.82 0.55
Hex EA 52 2D 0 41 51 8 C 52 37
Octal 352 122 55 0 101 121 10 14 122 67
Binary 11101010 1010010 101101 0 1000001 1010001 1000 1100 1010010 110111

Color Harmonies of #EA522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA522D

Black with #EA522D

Text Example


Text Example

White with #EA522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA522D; }

 p { color: rgb(234,82,45); }

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

background-color css

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

 a { background-color: rgb(234,82,45); }

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

border-color css

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

 span { border-color: rgb(234,82,45); }

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