Html Css Color HEX #E65600 Persimmon

📋 copy color: '#E65600'

red 230 ◦ green 86 ◦ blue 0

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

Shades of Persimmon #E65600

Tints of Persimmon #E65600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.22%

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

R = 72.78%
G = 27.22%
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

#E65600 (or 0xE65600) is known color: Persimmon. HEX triplet: E6, 56 and 00. RGB value is (230,86,0). Sum of RGB (Red+Green+Blue) = 230+86+0=316 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.78% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 230 - color contains mainly: red. Hex color #E65600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65600 is #19A9FF. Grayscale: #777777. Windows color (decimal): -1681920 or 22246. OLE color: 22246.

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

Color convert

RGB 230 86 0 -
CMYK 0 0.63 1 0.10
HSL 22.43º 1% 0.45% -
HSV(B) 22.43º 1% 0.9% -
XYZ 35.96 23.48 2.64 -
YUV 119.25 60.71 206.99 -
System Red Green Blue C M Y K H S L
Decimal 230 86 0 0 0.63 1 0.10 22.43 1 0.45
Hex E6 56 0 0 3F 64 A 16 64 2D
Octal 346 126 0 0 77 144 12 26 144 55
Binary 11100110 1010110 0 0 111111 1100100 1010 10110 1100100 101101

Color Harmonies of #E65600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65600

Black with #E65600

Text Example


Text Example

White with #E65600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65600; }

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

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

background-color css

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

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

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

border-color css

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

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

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