Html Css Color HEX #E45014 Persimmon

📋 copy color: '#E45014'

red 228 ◦ green 80 ◦ blue 20

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

Shades of Persimmon #E45014

Tints of Persimmon #E45014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.1%

R = 69.51%
G = 24.39%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E45014 (or 0xE45014) is known color: Persimmon. HEX triplet: E4, 50 and 14. RGB value is (228,80,20). Sum of RGB (Red+Green+Blue) = 228+80+20=328 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.51% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 228 - color contains mainly: red. Hex color #E45014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45014 is #1BAFEB. Grayscale: #757575. Windows color (decimal): -1814508 or 1331428. OLE color: 1331428.

HSL color Cylindrical-coordinate representation of color #E45014: hue angle of 17.31º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E45014 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 80 20 -
CMYK 0 0.65 0.91 0.11
HSL 17.31º 0.84% 0.49% -
HSV(B) 17.31º 0.91% 0.89% -
XYZ 34.99 22.28 3.12 -
YUV 117.41 73.03 206.88 -
System Red Green Blue C M Y K H S L
Decimal 228 80 20 0 0.65 0.91 0.11 17.31 0.84 0.49
Hex E4 50 14 0 41 5B B 11 54 31
Octal 344 120 24 0 101 133 13 21 124 61
Binary 11100100 1010000 10100 0 1000001 1011011 1011 10001 1010100 110001

Color Harmonies of #E45014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45014

Black with #E45014

Text Example


Text Example

White with #E45014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45014; }

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

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

background-color css

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

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

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

border-color css

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

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

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