Html Css Color HEX #E45504 Persimmon

📋 copy color: '#E45504'

red 228 ◦ green 85 ◦ blue 4

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

Shades of Persimmon #E45504

Tints of Persimmon #E45504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.26%

R = 71.92%
G = 26.81%
B = 1.26%

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

#E45504 (or 0xE45504) is known color: Persimmon. HEX triplet: E4, 55 and 04. RGB value is (228,85,4). Sum of RGB (Red+Green+Blue) = 228+85+4=317 (41% of max value = 765). Red value is 228 (89.45% from 255 or 71.92% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 228 - color contains mainly: red. Hex color #E45504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45504 is #1BAAFB. Grayscale: #767676. Windows color (decimal): -1813244 or 284132. OLE color: 284132.

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

Color convert

RGB 228 85 4 -
CMYK 0 0.63 0.98 0.11
HSL 21.7º 0.97% 0.45% -
HSV(B) 21.7º 0.98% 0.89% -
XYZ 35.27 23 2.7 -
YUV 118.52 63.38 206.09 -
System Red Green Blue C M Y K H S L
Decimal 228 85 4 0 0.63 0.98 0.11 21.7 0.97 0.45
Hex E4 55 4 0 3F 62 B 16 61 2D
Octal 344 125 4 0 77 142 13 26 141 55
Binary 11100100 1010101 100 0 111111 1100010 1011 10110 1100001 101101

Color Harmonies of #E45504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45504

Black with #E45504

Text Example


Text Example

White with #E45504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45504; }

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

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

background-color css

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

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

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

border-color css

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

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

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