Html Css Color HEX #E65510 Persimmon

📋 copy color: '#E65510'

red 230 ◦ green 85 ◦ blue 16

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

Shades of Persimmon #E65510

Tints of Persimmon #E65510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.68%

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

R = 69.49%
G = 25.68%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E65510 (or 0xE65510) is known color: Persimmon. HEX triplet: E6, 55 and 10. RGB value is (230,85,16). Sum of RGB (Red+Green+Blue) = 230+85+16=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E65510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65510 is #19AAEF. Grayscale: #787878. Windows color (decimal): -1682160 or 1070566. OLE color: 1070566.

HSL color Cylindrical-coordinate representation of color #E65510: hue angle of 19.35º 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 #E65510 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 85 16 -
CMYK 0 0.63 0.93 0.10
HSL 19.35º 0.87% 0.48% -
HSV(B) 19.35º 0.93% 0.9% -
XYZ 35.98 23.36 3.1 -
YUV 120.49 69.04 206.11 -
System Red Green Blue C M Y K H S L
Decimal 230 85 16 0 0.63 0.93 0.10 19.35 0.87 0.48
Hex E6 55 10 0 3F 5D A 13 57 30
Octal 346 125 20 0 77 135 12 23 127 60
Binary 11100110 1010101 10000 0 111111 1011101 1010 10011 1010111 110000

Color Harmonies of #E65510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65510

Black with #E65510

Text Example


Text Example

White with #E65510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65510; }

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

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

background-color css

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

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

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

border-color css

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

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

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