Html Css Color HEX #E45529 Chilean Fire

📋 copy color: '#E45529'

red 228 ◦ green 85 ◦ blue 41

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

Shades of Chilean Fire #E45529

Tints of Chilean Fire #E45529

RGB

 RED value IS 228 (89.45% from 255) = 64.41%

 GREEN value IS 85 (33.59% from 255) = 24.01%

 BLUE value IS 41 (16.41% from 255) = 11.58%

R = 64.41%
G = 24.01%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E45529 (or 0xE45529) is known color: Chilean Fire. HEX triplet: E4, 55 and 29. RGB value is (228,85,41). Sum of RGB (Red+Green+Blue) = 228+85+41=354 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.41% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 228 - color contains mainly: red. Hex color #E45529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45529 is #1BAAD6. Grayscale: #7B7B7B. Windows color (decimal): -1813207 or 2708964. OLE color: 2708964.

HSL color Cylindrical-coordinate representation of color #E45529: hue angle of 14.12º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E45529 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 85 41 -
CMYK 0 0.63 0.82 0.11
HSL 14.12º 0.78% 0.53% -
HSV(B) 14.12º 0.82% 0.89% -
XYZ 35.64 23.15 4.69 -
YUV 122.74 81.88 203.08 -
System Red Green Blue C M Y K H S L
Decimal 228 85 41 0 0.63 0.82 0.11 14.12 0.78 0.53
Hex E4 55 29 0 3F 52 B E 4E 35
Octal 344 125 51 0 77 122 13 16 116 65
Binary 11100100 1010101 101001 0 111111 1010010 1011 1110 1001110 110101

Color Harmonies of #E45529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45529

Black with #E45529

Text Example


Text Example

White with #E45529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45529; }

 p { color: rgb(228,85,41); }

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

background-color css

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

 a { background-color: rgb(228,85,41); }

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

border-color css

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

 span { border-color: rgb(228,85,41); }

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