Html Css Color HEX #E8530F Persimmon

📋 copy color: '#E8530F'

red 232 ◦ green 83 ◦ blue 15

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

Shades of Persimmon #E8530F

Tints of Persimmon #E8530F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.15%

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

R = 70.3%
G = 25.15%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8530F (or 0xE8530F) is known color: Persimmon. HEX triplet: E8, 53 and 0F. RGB value is (232,83,15). Sum of RGB (Red+Green+Blue) = 232+83+15=330 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.30% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 232 - color contains mainly: red. Hex color #E8530F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E8530F is #17ACF0. Grayscale: #787878. Windows color (decimal): -1551601 or 1004520. OLE color: 1004520.

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

Color convert

RGB 232 83 15 -
CMYK 0 0.64 0.94 0.09
HSL 18.8º 0.88% 0.48% -
HSV(B) 18.8º 0.94% 0.91% -
XYZ 36.46 23.38 3.04 -
YUV 119.8 68.86 208.03 -
System Red Green Blue C M Y K H S L
Decimal 232 83 15 0 0.64 0.94 0.09 18.8 0.88 0.48
Hex E8 53 F 0 40 5E 9 13 58 30
Octal 350 123 17 0 100 136 11 23 130 60
Binary 11101000 1010011 1111 0 1000000 1011110 1001 10011 1011000 110000

Color Harmonies of #E8530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8530F

Black with #E8530F

Text Example


Text Example

White with #E8530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8530F; }

 p { color: rgb(232,83,15); }

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

background-color css

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

 a { background-color: rgb(232,83,15); }

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

border-color css

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

 span { border-color: rgb(232,83,15); }

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