Html Css Color HEX #E45200 Persimmon

📋 copy color: '#E45200'

red 228 ◦ green 82 ◦ blue 0

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

Shades of Persimmon #E45200

Tints of Persimmon #E45200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.55%
G = 26.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E45200 (or 0xE45200) is known color: Persimmon. HEX triplet: E4, 52 and 00. RGB value is (228,82,0). Sum of RGB (Red+Green+Blue) = 228+82+0=310 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.55% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 228 - color contains mainly: red. Hex color #E45200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45200 is #1BADFF. Grayscale: #747474. Windows color (decimal): -1814016 or 21220. OLE color: 21220.

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

Color convert

RGB 228 82 0 -
CMYK 0 0.64 1 0.11
HSL 21.58º 1% 0.45% -
HSV(B) 21.58º 1% 0.89% -
XYZ 35.01 22.53 2.5 -
YUV 116.31 62.37 207.67 -
System Red Green Blue C M Y K H S L
Decimal 228 82 0 0 0.64 1 0.11 21.58 1 0.45
Hex E4 52 0 0 40 64 B 16 64 2D
Octal 344 122 0 0 100 144 13 26 144 55
Binary 11100100 1010010 0 0 1000000 1100100 1011 10110 1100100 101101

Color Harmonies of #E45200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45200

Black with #E45200

Text Example


Text Example

White with #E45200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45200; }

 p { color: rgb(228,82,0); }

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

background-color css

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

 a { background-color: rgb(228,82,0); }

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

border-color css

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

 span { border-color: rgb(228,82,0); }

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