Html Css Color HEX #E8530C Persimmon

📋 copy color: '#E8530C'

red 232 ◦ green 83 ◦ blue 12

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

Shades of Persimmon #E8530C

Tints of Persimmon #E8530C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.67%

R = 70.95%
G = 25.38%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8530C (or 0xE8530C) is known color: Persimmon. HEX triplet: E8, 53 and 0C. RGB value is (232,83,12). Sum of RGB (Red+Green+Blue) = 232+83+12=327 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.95% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 232 - color contains mainly: red. Hex color #E8530C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E8530C is #17ACF3. Grayscale: #777777. Windows color (decimal): -1551604 or 807912. OLE color: 807912.

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

Color convert

RGB 232 83 12 -
CMYK 0 0.64 0.95 0.09
HSL 19.36º 0.9% 0.48% -
HSV(B) 19.36º 0.95% 0.91% -
XYZ 36.44 23.37 2.94 -
YUV 119.46 67.36 208.27 -
System Red Green Blue C M Y K H S L
Decimal 232 83 12 0 0.64 0.95 0.09 19.36 0.9 0.48
Hex E8 53 C 0 40 5F 9 13 5A 30
Octal 350 123 14 0 100 137 11 23 132 60
Binary 11101000 1010011 1100 0 1000000 1011111 1001 10011 1011010 110000

Color Harmonies of #E8530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8530C

Black with #E8530C

Text Example


Text Example

White with #E8530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8530C; }

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

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

background-color css

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

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

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

border-color css

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

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

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