Html Css Color HEX #E1490B Persimmon

📋 copy color: '#E1490B'

red 225 ◦ green 73 ◦ blue 11

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

Shades of Persimmon #E1490B

Tints of Persimmon #E1490B

RGB

 RED value IS 225 (88.28% from 255) = 72.82%

 GREEN value IS 73 (28.91% from 255) = 23.62%

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

R = 72.82%
G = 23.62%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1490B (or 0xE1490B) is known color: Persimmon. HEX triplet: E1, 49 and 0B. RGB value is (225,73,11). Sum of RGB (Red+Green+Blue) = 225+73+11=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E1490B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1490B is #1EB6F4. Grayscale: #6F6F6F. Windows color (decimal): -2012917 or 739809. OLE color: 739809.

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

Color convert

RGB 225 73 11 -
CMYK 0 0.68 0.95 0.12
HSL 17.38º 0.91% 0.46% -
HSV(B) 17.38º 0.95% 0.88% -
XYZ 33.49 20.8 2.57 -
YUV 111.38 71.36 209.04 -
System Red Green Blue C M Y K H S L
Decimal 225 73 11 0 0.68 0.95 0.12 17.38 0.91 0.46
Hex E1 49 B 0 44 5F C 11 5B 2E
Octal 341 111 13 0 104 137 14 21 133 56
Binary 11100001 1001001 1011 0 1000100 1011111 1100 10001 1011011 101110

Color Harmonies of #E1490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1490B

Black with #E1490B

Text Example


Text Example

White with #E1490B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1490B; }

 p { color: rgb(225,73,11); }

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

background-color css

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

 a { background-color: rgb(225,73,11); }

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

border-color css

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

 span { border-color: rgb(225,73,11); }

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