Html Css Color HEX #E65E0A Persimmon

📋 copy color: '#E65E0A'

red 230 ◦ green 94 ◦ blue 10

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

Shades of Persimmon #E65E0A

Tints of Persimmon #E65E0A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.14%

 BLUE value IS 10 (4.3% from 255) = 2.99%

R = 68.86%
G = 28.14%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E65E0A (or 0xE65E0A) is known color: Persimmon. HEX triplet: E6, 5E and 0A. RGB value is (230,94,10). Sum of RGB (Red+Green+Blue) = 230+94+10=334 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.86% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65E0A is #19A1F5. Grayscale: #7D7D7D. Windows color (decimal): -1679862 or 679654. OLE color: 679654.

HSL color Cylindrical-coordinate representation of color #E65E0A: hue angle of 22.91º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E65E0A is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 94 10 -
CMYK 0 0.59 0.96 0.10
HSL 22.91º 0.92% 0.47% -
HSV(B) 22.91º 0.96% 0.9% -
XYZ 36.69 24.85 3.15 -
YUV 125.09 63.06 202.83 -
System Red Green Blue C M Y K H S L
Decimal 230 94 10 0 0.59 0.96 0.10 22.91 0.92 0.47
Hex E6 5E A 0 3B 60 A 17 5C 2F
Octal 346 136 12 0 73 140 12 27 134 57
Binary 11100110 1011110 1010 0 111011 1100000 1010 10111 1011100 101111

Color Harmonies of #E65E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65E0A

Black with #E65E0A

Text Example


Text Example

White with #E65E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65E0A; }

 p { color: rgb(230,94,10); }

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

background-color css

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

 a { background-color: rgb(230,94,10); }

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

border-color css

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

 span { border-color: rgb(230,94,10); }

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