Html Css Color HEX #E7480F Persimmon

📋 copy color: '#E7480F'

red 231 ◦ green 72 ◦ blue 15

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

Shades of Persimmon #E7480F

Tints of Persimmon #E7480F

RGB

 RED value IS 231 (90.63% from 255) = 72.64%

 GREEN value IS 72 (28.52% from 255) = 22.64%

 BLUE value IS 15 (6.25% from 255) = 4.72%

R = 72.64%
G = 22.64%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E7480F (or 0xE7480F) is known color: Persimmon. HEX triplet: E7, 48 and 0F. RGB value is (231,72,15). Sum of RGB (Red+Green+Blue) = 231+72+15=318 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.64% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 231 - color contains mainly: red. Hex color #E7480F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7480F is #18B7F0. Grayscale: #717171. Windows color (decimal): -1619953 or 1001703. OLE color: 1001703.

HSL color Cylindrical-coordinate representation of color #E7480F: hue angle of 15.83º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7480F is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 72 15 -
CMYK 0 0.69 0.94 0.09
HSL 15.83º 0.88% 0.48% -
HSV(B) 15.83º 0.94% 0.91% -
XYZ 35.36 21.66 2.77 -
YUV 113.04 72.68 212.13 -
System Red Green Blue C M Y K H S L
Decimal 231 72 15 0 0.69 0.94 0.09 15.83 0.88 0.48
Hex E7 48 F 0 45 5E 9 10 58 30
Octal 347 110 17 0 105 136 11 20 130 60
Binary 11100111 1001000 1111 0 1000101 1011110 1001 10000 1011000 110000

Color Harmonies of #E7480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7480F

Black with #E7480F

Text Example


Text Example

White with #E7480F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7480F; }

 p { color: rgb(231,72,15); }

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

background-color css

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

 a { background-color: rgb(231,72,15); }

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

border-color css

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

 span { border-color: rgb(231,72,15); }

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