Html Css Color HEX #E65200 Persimmon

📋 copy color: '#E65200'

red 230 ◦ green 82 ◦ blue 0

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

Shades of Persimmon #E65200

Tints of Persimmon #E65200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.28%

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

R = 73.72%
G = 26.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E65200 (or 0xE65200) is known color: Persimmon. HEX triplet: E6, 52 and 00. RGB value is (230,82,0). Sum of RGB (Red+Green+Blue) = 230+82+0=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E65200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65200 is #19ADFF. Grayscale: #757575. Windows color (decimal): -1682944 or 21222. OLE color: 21222.

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

Color convert

RGB 230 82 0 -
CMYK 0 0.64 1 0.10
HSL 21.39º 1% 0.45% -
HSV(B) 21.39º 1% 0.9% -
XYZ 35.65 22.86 2.53 -
YUV 116.9 62.03 208.67 -
System Red Green Blue C M Y K H S L
Decimal 230 82 0 0 0.64 1 0.10 21.39 1 0.45
Hex E6 52 0 0 40 64 A 15 64 2D
Octal 346 122 0 0 100 144 12 25 144 55
Binary 11100110 1010010 0 0 1000000 1100100 1010 10101 1100100 101101

Color Harmonies of #E65200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65200

Black with #E65200

Text Example


Text Example

White with #E65200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65200; }

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

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

background-color css

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

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

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

border-color css

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

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

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