Html Css Color HEX #E54C14 Persimmon

📋 copy color: '#E54C14'

red 229 ◦ green 76 ◦ blue 20

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

Shades of Persimmon #E54C14

Tints of Persimmon #E54C14

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.38%

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

R = 70.46%
G = 23.38%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E54C14 (or 0xE54C14) is known color: Persimmon. HEX triplet: E5, 4C and 14. RGB value is (229,76,20). Sum of RGB (Red+Green+Blue) = 229+76+20=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54C14 is #1AB3EB. Grayscale: #737373. Windows color (decimal): -1749996 or 1330405. OLE color: 1330405.

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

Color convert

RGB 229 76 20 -
CMYK 0 0.67 0.91 0.10
HSL 16.08º 0.84% 0.49% -
HSV(B) 16.08º 0.91% 0.9% -
XYZ 35.02 21.88 3.04 -
YUV 115.36 74.19 209.05 -
System Red Green Blue C M Y K H S L
Decimal 229 76 20 0 0.67 0.91 0.10 16.08 0.84 0.49
Hex E5 4C 14 0 43 5B A 10 54 31
Octal 345 114 24 0 103 133 12 20 124 61
Binary 11100101 1001100 10100 0 1000011 1011011 1010 10000 1010100 110001

Color Harmonies of #E54C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54C14

Black with #E54C14

Text Example


Text Example

White with #E54C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54C14; }

 p { color: rgb(229,76,20); }

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

background-color css

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

 a { background-color: rgb(229,76,20); }

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

border-color css

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

 span { border-color: rgb(229,76,20); }

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