Html Css Color HEX #E8480B Persimmon

📋 copy color: '#E8480B'

red 232 ◦ green 72 ◦ blue 11

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

Shades of Persimmon #E8480B

Tints of Persimmon #E8480B

RGB

 RED value IS 232 (91.02% from 255) = 73.65%

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

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

R = 73.65%
G = 22.86%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8480B (or 0xE8480B) is known color: Persimmon. HEX triplet: E8, 48 and 0B. RGB value is (232,72,11). Sum of RGB (Red+Green+Blue) = 232+72+11=315 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.65% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 232 - color contains mainly: red. Hex color #E8480B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8480B is #17B7F4. Grayscale: #717171. Windows color (decimal): -1554421 or 739560. OLE color: 739560.

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

Color convert

RGB 232 72 11 -
CMYK 0 0.69 0.95 0.09
HSL 16.56º 0.91% 0.48% -
HSV(B) 16.56º 0.95% 0.91% -
XYZ 35.66 21.81 2.65 -
YUV 112.89 70.51 212.96 -
System Red Green Blue C M Y K H S L
Decimal 232 72 11 0 0.69 0.95 0.09 16.56 0.91 0.48
Hex E8 48 B 0 45 5F 9 11 5B 30
Octal 350 110 13 0 105 137 11 21 133 60
Binary 11101000 1001000 1011 0 1000101 1011111 1001 10001 1011011 110000

Color Harmonies of #E8480B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8480B

Black with #E8480B

Text Example


Text Example

White with #E8480B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8480B; }

 p { color: rgb(232,72,11); }

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

background-color css

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

 a { background-color: rgb(232,72,11); }

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

border-color css

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

 span { border-color: rgb(232,72,11); }

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