Html Css Color HEX #E54F10 Persimmon

📋 copy color: '#E54F10'

red 229 ◦ green 79 ◦ blue 16

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

Shades of Persimmon #E54F10

Tints of Persimmon #E54F10

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.38%

 BLUE value IS 16 (6.64% from 255) = 4.94%

R = 70.68%
G = 24.38%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E54F10 (or 0xE54F10) is known color: Persimmon. HEX triplet: E5, 4F and 10. RGB value is (229,79,16). Sum of RGB (Red+Green+Blue) = 229+79+16=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E54F10 is #1AB0EF. Grayscale: #757575. Windows color (decimal): -1749232 or 1069029. OLE color: 1069029.

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

Color convert

RGB 229 79 16 -
CMYK 0 0.66 0.93 0.10
HSL 17.75º 0.87% 0.48% -
HSV(B) 17.75º 0.93% 0.9% -
XYZ 35.2 22.29 2.94 -
YUV 116.67 71.2 208.12 -
System Red Green Blue C M Y K H S L
Decimal 229 79 16 0 0.66 0.93 0.10 17.75 0.87 0.48
Hex E5 4F 10 0 42 5D A 12 57 30
Octal 345 117 20 0 102 135 12 22 127 60
Binary 11100101 1001111 10000 0 1000010 1011101 1010 10010 1010111 110000

Color Harmonies of #E54F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54F10

Black with #E54F10

Text Example


Text Example

White with #E54F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54F10; }

 p { color: rgb(229,79,16); }

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

background-color css

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

 a { background-color: rgb(229,79,16); }

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

border-color css

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

 span { border-color: rgb(229,79,16); }

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