Html Css Color HEX #E2480E Persimmon

📋 copy color: '#E2480E'

red 226 ◦ green 72 ◦ blue 14

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

Shades of Persimmon #E2480E

Tints of Persimmon #E2480E

RGB

 RED value IS 226 (88.67% from 255) = 72.44%

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

 BLUE value IS 14 (5.86% from 255) = 4.49%

R = 72.44%
G = 23.08%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E2480E (or 0xE2480E) is known color: Persimmon. HEX triplet: E2, 48 and 0E. RGB value is (226,72,14). Sum of RGB (Red+Green+Blue) = 226+72+14=312 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.44% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 226 - color contains mainly: red. Hex color #E2480E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2480E is #1DB7F1. Grayscale: #6F6F6F. Windows color (decimal): -1947634 or 936162. OLE color: 936162.

HSL color Cylindrical-coordinate representation of color #E2480E: hue angle of 16.42º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2480E is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 72 14 -
CMYK 0 0.68 0.94 0.11
HSL 16.42º 0.88% 0.47% -
HSV(B) 16.42º 0.94% 0.89% -
XYZ 33.76 20.84 2.66 -
YUV 111.43 73.02 209.72 -
System Red Green Blue C M Y K H S L
Decimal 226 72 14 0 0.68 0.94 0.11 16.42 0.88 0.47
Hex E2 48 E 0 44 5E B 10 58 2F
Octal 342 110 16 0 104 136 13 20 130 57
Binary 11100010 1001000 1110 0 1000100 1011110 1011 10000 1011000 101111

Color Harmonies of #E2480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2480E

Black with #E2480E

Text Example


Text Example

White with #E2480E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2480E; }

 p { color: rgb(226,72,14); }

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

background-color css

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

 a { background-color: rgb(226,72,14); }

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

border-color css

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

 span { border-color: rgb(226,72,14); }

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