Html Css Color HEX #E65210 Persimmon

📋 copy color: '#E65210'

red 230 ◦ green 82 ◦ blue 16

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

Shades of Persimmon #E65210

Tints of Persimmon #E65210

RGB

 RED value IS 230 (90.23% from 255) = 70.12%

 GREEN value IS 82 (32.42% from 255) = 25%

 BLUE value IS 16 (6.64% from 255) = 4.88%

R = 70.12%
G = 25%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E65210 (or 0xE65210) is known color: Persimmon. HEX triplet: E6, 52 and 10. RGB value is (230,82,16). Sum of RGB (Red+Green+Blue) = 230+82+16=328 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.12% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 230 - color contains mainly: red. Hex color #E65210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65210 is #19ADEF. Grayscale: #777777. Windows color (decimal): -1682928 or 1069798. OLE color: 1069798.

HSL color Cylindrical-coordinate representation of color #E65210: hue angle of 18.5º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E65210 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 82 16 -
CMYK 0 0.64 0.93 0.10
HSL 18.5º 0.87% 0.48% -
HSV(B) 18.5º 0.93% 0.9% -
XYZ 35.74 22.89 3.03 -
YUV 118.73 70.03 207.37 -
System Red Green Blue C M Y K H S L
Decimal 230 82 16 0 0.64 0.93 0.10 18.5 0.87 0.48
Hex E6 52 10 0 40 5D A 13 57 30
Octal 346 122 20 0 100 135 12 23 127 60
Binary 11100110 1010010 10000 0 1000000 1011101 1010 10011 1010111 110000

Color Harmonies of #E65210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65210

Black with #E65210

Text Example


Text Example

White with #E65210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65210; }

 p { color: rgb(230,82,16); }

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

background-color css

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

 a { background-color: rgb(230,82,16); }

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

border-color css

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

 span { border-color: rgb(230,82,16); }

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