Html Css Color HEX #E0460B Persimmon

📋 copy color: '#E0460B'

red 224 ◦ green 70 ◦ blue 11

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

Shades of Persimmon #E0460B

Tints of Persimmon #E0460B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.95%

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

R = 73.44%
G = 22.95%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0460B (or 0xE0460B) is known color: Persimmon. HEX triplet: E0, 46 and 0B. RGB value is (224,70,11). Sum of RGB (Red+Green+Blue) = 224+70+11=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E0460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0460B is #1FB9F4. Grayscale: #6D6D6D. Windows color (decimal): -2079221 or 739040. OLE color: 739040.

HSL color Cylindrical-coordinate representation of color #E0460B: hue angle of 16.62º 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 #E0460B is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 70 11 -
CMYK 0 0.69 0.95 0.12
HSL 16.62º 0.91% 0.46% -
HSV(B) 16.62º 0.95% 0.88% -
XYZ 32.99 20.25 2.49 -
YUV 109.32 72.52 209.8 -
System Red Green Blue C M Y K H S L
Decimal 224 70 11 0 0.69 0.95 0.12 16.62 0.91 0.46
Hex E0 46 B 0 45 5F C 11 5B 2E
Octal 340 106 13 0 105 137 14 21 133 56
Binary 11100000 1000110 1011 0 1000101 1011111 1100 10001 1011011 101110

Color Harmonies of #E0460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0460B

Black with #E0460B

Text Example


Text Example

White with #E0460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0460B; }

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

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

background-color css

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

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

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

border-color css

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

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

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