Html Css Color HEX #E0540A Persimmon

📋 copy color: '#E0540A'

red 224 ◦ green 84 ◦ blue 10

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

Shades of Persimmon #E0540A

Tints of Persimmon #E0540A

RGB

 RED value IS 224 (87.89% from 255) = 70.44%

 GREEN value IS 84 (33.2% from 255) = 26.42%

 BLUE value IS 10 (4.3% from 255) = 3.14%

R = 70.44%
G = 26.42%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E0540A (or 0xE0540A) is known color: Persimmon. HEX triplet: E0, 54 and 0A. RGB value is (224,84,10). Sum of RGB (Red+Green+Blue) = 224+84+10=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E0540A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0540A is #1FABF5. Grayscale: #757575. Windows color (decimal): -2075638 or 677088. OLE color: 677088.

HSL color Cylindrical-coordinate representation of color #E0540A: hue angle of 20.75º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0540A is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 84 10 -
CMYK 0 0.62 0.96 0.12
HSL 20.75º 0.91% 0.46% -
HSV(B) 20.75º 0.96% 0.88% -
XYZ 33.97 22.21 2.78 -
YUV 117.42 67.38 204.02 -
System Red Green Blue C M Y K H S L
Decimal 224 84 10 0 0.62 0.96 0.12 20.75 0.91 0.46
Hex E0 54 A 0 3E 60 C 15 5B 2E
Octal 340 124 12 0 76 140 14 25 133 56
Binary 11100000 1010100 1010 0 111110 1100000 1100 10101 1011011 101110

Color Harmonies of #E0540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0540A

Black with #E0540A

Text Example


Text Example

White with #E0540A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0540A; }

 p { color: rgb(224,84,10); }

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

background-color css

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

 a { background-color: rgb(224,84,10); }

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

border-color css

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

 span { border-color: rgb(224,84,10); }

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