Html Css Color HEX #E8530E Persimmon

📋 copy color: '#E8530E'

red 232 ◦ green 83 ◦ blue 14

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

Shades of Persimmon #E8530E

Tints of Persimmon #E8530E

RGB

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

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

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

R = 70.52%
G = 25.23%
B = 4.26%

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

#E8530E (or 0xE8530E) is known color: Persimmon. HEX triplet: E8, 53 and 0E. RGB value is (232,83,14). Sum of RGB (Red+Green+Blue) = 232+83+14=329 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.52% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 232 - color contains mainly: red. Hex color #E8530E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E8530E is #17ACF1. Grayscale: #787878. Windows color (decimal): -1551602 or 938984. OLE color: 938984.

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

Color convert

RGB 232 83 14 -
CMYK 0 0.64 0.94 0.09
HSL 18.99º 0.89% 0.48% -
HSV(B) 18.99º 0.94% 0.91% -
XYZ 36.45 23.37 3.01 -
YUV 119.69 68.36 208.11 -
System Red Green Blue C M Y K H S L
Decimal 232 83 14 0 0.64 0.94 0.09 18.99 0.89 0.48
Hex E8 53 E 0 40 5E 9 13 59 30
Octal 350 123 16 0 100 136 11 23 131 60
Binary 11101000 1010011 1110 0 1000000 1011110 1001 10011 1011001 110000

Color Harmonies of #E8530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8530E

Black with #E8530E

Text Example


Text Example

White with #E8530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8530E; }

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

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

background-color css

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

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

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

border-color css

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

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

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