Html Css Color HEX #E45505 Persimmon

📋 copy color: '#E45505'

red 228 ◦ green 85 ◦ blue 5

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

Shades of Persimmon #E45505

Tints of Persimmon #E45505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.57%

R = 71.7%
G = 26.73%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E45505 (or 0xE45505) is known color: Persimmon. HEX triplet: E4, 55 and 05. RGB value is (228,85,5). Sum of RGB (Red+Green+Blue) = 228+85+5=318 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.70% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 228 - color contains mainly: red. Hex color #E45505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45505 is #1BAAFA. Grayscale: #777777. Windows color (decimal): -1813243 or 349668. OLE color: 349668.

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

Color convert

RGB 228 85 5 -
CMYK 0 0.63 0.98 0.11
HSL 21.52º 0.96% 0.46% -
HSV(B) 21.52º 0.98% 0.89% -
XYZ 35.27 23 2.72 -
YUV 118.64 63.88 206 -
System Red Green Blue C M Y K H S L
Decimal 228 85 5 0 0.63 0.98 0.11 21.52 0.96 0.46
Hex E4 55 5 0 3F 62 B 16 60 2E
Octal 344 125 5 0 77 142 13 26 140 56
Binary 11100100 1010101 101 0 111111 1100010 1011 10110 1100000 101110

Color Harmonies of #E45505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45505

Black with #E45505

Text Example


Text Example

White with #E45505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45505; }

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

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

background-color css

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

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

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

border-color css

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

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

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