Html Css Color HEX #E0540B Persimmon

📋 copy color: '#E0540B'

red 224 ◦ green 84 ◦ blue 11

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

Shades of Persimmon #E0540B

Tints of Persimmon #E0540B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.45%

R = 70.22%
G = 26.33%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0540B (or 0xE0540B) is known color: Persimmon. HEX triplet: E0, 54 and 0B. RGB value is (224,84,11). Sum of RGB (Red+Green+Blue) = 224+84+11=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E0540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0540B is #1FABF4. Grayscale: #757575. Windows color (decimal): -2075637 or 742624. OLE color: 742624.

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

Color convert

RGB 224 84 11 -
CMYK 0 0.62 0.95 0.12
HSL 20.56º 0.91% 0.46% -
HSV(B) 20.56º 0.95% 0.88% -
XYZ 33.97 22.21 2.81 -
YUV 117.54 67.88 203.94 -
System Red Green Blue C M Y K H S L
Decimal 224 84 11 0 0.62 0.95 0.12 20.56 0.91 0.46
Hex E0 54 B 0 3E 5F C 15 5B 2E
Octal 340 124 13 0 76 137 14 25 133 56
Binary 11100000 1010100 1011 0 111110 1011111 1100 10101 1011011 101110

Color Harmonies of #E0540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0540B

Black with #E0540B

Text Example


Text Example

White with #E0540B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0540B; }

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

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

background-color css

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

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

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

border-color css

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

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

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