Html Css Color HEX #E65500 Persimmon

📋 copy color: '#E65500'

red 230 ◦ green 85 ◦ blue 0

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

Shades of Persimmon #E65500

Tints of Persimmon #E65500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.02%
G = 26.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E65500 (or 0xE65500) is known color: Persimmon. HEX triplet: E6, 55 and 00. RGB value is (230,85,0). Sum of RGB (Red+Green+Blue) = 230+85+0=315 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.02% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 230 - color contains mainly: red. Hex color #E65500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65500 is #19AAFF. Grayscale: #777777. Windows color (decimal): -1682176 or 21990. OLE color: 21990.

HSL color Cylindrical-coordinate representation of color #E65500: hue angle of 22.17º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E65500 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 85 0 -
CMYK 0 0.63 1 0.10
HSL 22.17º 1% 0.45% -
HSV(B) 22.17º 1% 0.9% -
XYZ 35.88 23.32 2.61 -
YUV 118.67 61.04 207.41 -
System Red Green Blue C M Y K H S L
Decimal 230 85 0 0 0.63 1 0.10 22.17 1 0.45
Hex E6 55 0 0 3F 64 A 16 64 2D
Octal 346 125 0 0 77 144 12 26 144 55
Binary 11100110 1010101 0 0 111111 1100100 1010 10110 1100100 101101

Color Harmonies of #E65500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65500

Black with #E65500

Text Example


Text Example

White with #E65500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65500; }

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

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

background-color css

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

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

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

border-color css

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

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

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