Html Css Color HEX #EA522C Cinnabar

📋 copy color: '#EA522C'

red 234 ◦ green 82 ◦ blue 44

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

Shades of Cinnabar #EA522C

Tints of Cinnabar #EA522C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.22%

R = 65%
G = 22.78%
B = 12.22%

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

#EA522C (or 0xEA522C) is known color: Cinnabar. HEX triplet: EA, 52 and 2C. RGB value is (234,82,44). Sum of RGB (Red+Green+Blue) = 234+82+44=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA522C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA522C is #15ADD3. Grayscale: #7B7B7B. Windows color (decimal): -1420756 or 2904810. OLE color: 2904810.

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

Color convert

RGB 234 82 44 -
CMYK 0 0.65 0.81 0.08
HSL 12º 0.82% 0.55% -
HSV(B) 12º 0.81% 0.92% -
XYZ 37.4 23.71 4.99 -
YUV 123.12 83.36 207.09 -
System Red Green Blue C M Y K H S L
Decimal 234 82 44 0 0.65 0.81 0.08 12 0.82 0.55
Hex EA 52 2C 0 41 51 8 C 52 37
Octal 352 122 54 0 101 121 10 14 122 67
Binary 11101010 1010010 101100 0 1000001 1010001 1000 1100 1010010 110111

Color Harmonies of #EA522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA522C

Black with #EA522C

Text Example


Text Example

White with #EA522C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA522C; }

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

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

background-color css

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

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

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

border-color css

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

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

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