Html Css Color HEX #E45000 Persimmon

📋 copy color: '#E45000'

red 228 ◦ green 80 ◦ blue 0

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

Shades of Persimmon #E45000

Tints of Persimmon #E45000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.97%

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

R = 74.03%
G = 25.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E45000 (or 0xE45000) is known color: Persimmon. HEX triplet: E4, 50 and 00. RGB value is (228,80,0). Sum of RGB (Red+Green+Blue) = 228+80+0=308 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.03% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 228 - color contains mainly: red. Hex color #E45000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45000 is #1BAFFF. Grayscale: #737373. Windows color (decimal): -1814528 or 20708. OLE color: 20708.

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

Color convert

RGB 228 80 0 -
CMYK 0 0.65 1 0.11
HSL 21.05º 1% 0.45% -
HSV(B) 21.05º 1% 0.89% -
XYZ 34.86 22.23 2.45 -
YUV 115.13 63.03 208.5 -
System Red Green Blue C M Y K H S L
Decimal 228 80 0 0 0.65 1 0.11 21.05 1 0.45
Hex E4 50 0 0 41 64 B 15 64 2D
Octal 344 120 0 0 101 144 13 25 144 55
Binary 11100100 1010000 0 0 1000001 1100100 1011 10101 1100100 101101

Color Harmonies of #E45000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45000

Black with #E45000

Text Example


Text Example

White with #E45000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45000; }

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

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

background-color css

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

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

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

border-color css

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

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

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