Html Css Color HEX #E54E12 Persimmon

📋 copy color: '#E54E12'

red 229 ◦ green 78 ◦ blue 18

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

Shades of Persimmon #E54E12

Tints of Persimmon #E54E12

RGB

 RED value IS 229 (89.84% from 255) = 70.46%

 GREEN value IS 78 (30.86% from 255) = 24%

 BLUE value IS 18 (7.42% from 255) = 5.54%

R = 70.46%
G = 24%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E54E12 (or 0xE54E12) is known color: Persimmon. HEX triplet: E5, 4E and 12. RGB value is (229,78,18). Sum of RGB (Red+Green+Blue) = 229+78+18=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E54E12 is #1AB1ED. Grayscale: #747474. Windows color (decimal): -1749486 or 1199845. OLE color: 1199845.

HSL color Cylindrical-coordinate representation of color #E54E12: hue angle of 17.06º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E54E12 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 78 18 -
CMYK 0 0.66 0.92 0.10
HSL 17.06º 0.85% 0.48% -
HSV(B) 17.06º 0.92% 0.9% -
XYZ 35.15 22.15 3 -
YUV 116.31 72.53 208.38 -
System Red Green Blue C M Y K H S L
Decimal 229 78 18 0 0.66 0.92 0.10 17.06 0.85 0.48
Hex E5 4E 12 0 42 5C A 11 55 30
Octal 345 116 22 0 102 134 12 21 125 60
Binary 11100101 1001110 10010 0 1000010 1011100 1010 10001 1010101 110000

Color Harmonies of #E54E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54E12

Black with #E54E12

Text Example


Text Example

White with #E54E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54E12; }

 p { color: rgb(229,78,18); }

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

background-color css

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

 a { background-color: rgb(229,78,18); }

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

border-color css

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

 span { border-color: rgb(229,78,18); }

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