Html Css Color HEX #E65C10 Persimmon

📋 copy color: '#E65C10'

red 230 ◦ green 92 ◦ blue 16

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

Shades of Persimmon #E65C10

Tints of Persimmon #E65C10

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.22%

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

R = 68.05%
G = 27.22%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E65C10 (or 0xE65C10) is known color: Persimmon. HEX triplet: E6, 5C and 10. RGB value is (230,92,16). Sum of RGB (Red+Green+Blue) = 230+92+16=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65C10 is #19A3EF. Grayscale: #7D7D7D. Windows color (decimal): -1680368 or 1072358. OLE color: 1072358.

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

Color convert

RGB 230 92 16 -
CMYK 0 0.60 0.93 0.10
HSL 21.31º 0.87% 0.48% -
HSV(B) 21.31º 0.93% 0.9% -
XYZ 36.55 24.51 3.3 -
YUV 124.6 66.72 203.18 -
System Red Green Blue C M Y K H S L
Decimal 230 92 16 0 0.60 0.93 0.10 21.31 0.87 0.48
Hex E6 5C 10 0 3C 5D A 15 57 30
Octal 346 134 20 0 74 135 12 25 127 60
Binary 11100110 1011100 10000 0 111100 1011101 1010 10101 1010111 110000

Color Harmonies of #E65C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65C10

Black with #E65C10

Text Example


Text Example

White with #E65C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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