Html Css Color HEX #E8470B Persimmon

📋 copy color: '#E8470B'

red 232 ◦ green 71 ◦ blue 11

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

Shades of Persimmon #E8470B

Tints of Persimmon #E8470B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.61%

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

R = 73.89%
G = 22.61%
B = 3.5%

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

#E8470B (or 0xE8470B) is known color: Persimmon. HEX triplet: E8, 47 and 0B. RGB value is (232,71,11). Sum of RGB (Red+Green+Blue) = 232+71+11=314 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.89% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 232 - color contains mainly: red. Hex color #E8470B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8470B is #17B8F4. Grayscale: #707070. Windows color (decimal): -1554677 or 739304. OLE color: 739304.

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

Color convert

RGB 232 71 11 -
CMYK 0 0.69 0.95 0.09
HSL 16.29º 0.91% 0.48% -
HSV(B) 16.29º 0.95% 0.91% -
XYZ 35.59 21.69 2.63 -
YUV 112.3 70.84 213.38 -
System Red Green Blue C M Y K H S L
Decimal 232 71 11 0 0.69 0.95 0.09 16.29 0.91 0.48
Hex E8 47 B 0 45 5F 9 10 5B 30
Octal 350 107 13 0 105 137 11 20 133 60
Binary 11101000 1000111 1011 0 1000101 1011111 1001 10000 1011011 110000

Color Harmonies of #E8470B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8470B

Black with #E8470B

Text Example


Text Example

White with #E8470B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8470B; }

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

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

background-color css

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

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

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

border-color css

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

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

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