Html Css Color HEX #E54E1A Persimmon

📋 copy color: '#E54E1A'

red 229 ◦ green 78 ◦ blue 26

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

Shades of Persimmon #E54E1A

Tints of Persimmon #E54E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.81%

R = 68.77%
G = 23.42%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E54E1A (or 0xE54E1A) is known color: Persimmon. HEX triplet: E5, 4E and 1A. RGB value is (229,78,26). Sum of RGB (Red+Green+Blue) = 229+78+26=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54E1A is #1AB1E5. Grayscale: #757575. Windows color (decimal): -1749478 or 1724133. OLE color: 1724133.

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

Color convert

RGB 229 78 26 -
CMYK 0 0.66 0.89 0.10
HSL 15.37º 0.8% 0.5% -
HSV(B) 15.37º 0.89% 0.9% -
XYZ 35.22 22.18 3.4 -
YUV 117.22 76.53 207.73 -
System Red Green Blue C M Y K H S L
Decimal 229 78 26 0 0.66 0.89 0.10 15.37 0.8 0.5
Hex E5 4E 1A 0 42 59 A F 50 32
Octal 345 116 32 0 102 131 12 17 120 62
Binary 11100101 1001110 11010 0 1000010 1011001 1010 1111 1010000 110010

Color Harmonies of #E54E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54E1A

Black with #E54E1A

Text Example


Text Example

White with #E54E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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