Html Css Color HEX #E65A01 Persimmon

📋 copy color: '#E65A01'

red 230 ◦ green 90 ◦ blue 1

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

Shades of Persimmon #E65A01

Tints of Persimmon #E65A01

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.04%

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

R = 71.65%
G = 28.04%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E65A01 (or 0xE65A01) is known color: Persimmon. HEX triplet: E6, 5A and 01. RGB value is (230,90,1). Sum of RGB (Red+Green+Blue) = 230+90+1=321 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.65% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65A01 is #19A5FE. Grayscale: #7A7A7A. Windows color (decimal): -1680895 or 88806. OLE color: 88806.

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

Color convert

RGB 230 90 1 -
CMYK 0 0.61 1.00 0.10
HSL 23.32º 0.99% 0.45% -
HSV(B) 23.32º 1% 0.9% -
XYZ 36.29 24.14 2.77 -
YUV 121.71 59.88 205.24 -
System Red Green Blue C M Y K H S L
Decimal 230 90 1 0 0.61 1.00 0.10 23.32 0.99 0.45
Hex E6 5A 1 0 3D 64 A 17 63 2D
Octal 346 132 1 0 75 144 12 27 143 55
Binary 11100110 1011010 1 0 111101 1100100 1010 10111 1100011 101101

Color Harmonies of #E65A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65A01

Black with #E65A01

Text Example


Text Example

White with #E65A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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