Html Css Color HEX #E65001 Persimmon

📋 copy color: '#E65001'

red 230 ◦ green 80 ◦ blue 1

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

Shades of Persimmon #E65001

Tints of Persimmon #E65001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.72%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 73.95%
G = 25.72%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E65001 (or 0xE65001) is known color: Persimmon. HEX triplet: E6, 50 and 01. RGB value is (230,80,1). Sum of RGB (Red+Green+Blue) = 230+80+1=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E65001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65001 is #19AFFE. Grayscale: #747474. Windows color (decimal): -1683455 or 86246. OLE color: 86246.

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

Color convert

RGB 230 80 1 -
CMYK 0 0.65 1.00 0.10
HSL 20.7º 0.99% 0.45% -
HSV(B) 20.7º 1% 0.9% -
XYZ 35.51 22.56 2.51 -
YUV 115.84 63.2 209.42 -
System Red Green Blue C M Y K H S L
Decimal 230 80 1 0 0.65 1.00 0.10 20.7 0.99 0.45
Hex E6 50 1 0 41 64 A 15 63 2D
Octal 346 120 1 0 101 144 12 25 143 55
Binary 11100110 1010000 1 0 1000001 1100100 1010 10101 1100011 101101

Color Harmonies of #E65001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65001

Black with #E65001

Text Example


Text Example

White with #E65001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65001; }

 p { color: rgb(230,80,1); }

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

background-color css

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

 a { background-color: rgb(230,80,1); }

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

border-color css

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

 span { border-color: rgb(230,80,1); }

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