Html Css Color HEX #E66301 Persimmon

📋 copy color: '#E66301'

red 230 ◦ green 99 ◦ blue 1

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

Shades of Persimmon #E66301

Tints of Persimmon #E66301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30%

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

R = 69.7%
G = 30%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E66301 (or 0xE66301) is known color: Persimmon. HEX triplet: E6, 63 and 01. RGB value is (230,99,1). Sum of RGB (Red+Green+Blue) = 230+99+1=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E66301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66301 is #199CFE. Grayscale: #7F7F7F. Windows color (decimal): -1678591 or 91110. OLE color: 91110.

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

Color convert

RGB 230 99 1 -
CMYK 0 0.57 1.00 0.10
HSL 25.68º 0.99% 0.45% -
HSV(B) 25.68º 1% 0.9% -
XYZ 37.1 25.75 3.04 -
YUV 127 56.9 201.47 -
System Red Green Blue C M Y K H S L
Decimal 230 99 1 0 0.57 1.00 0.10 25.68 0.99 0.45
Hex E6 63 1 0 39 64 A 1A 63 2D
Octal 346 143 1 0 71 144 12 32 143 55
Binary 11100110 1100011 1 0 111001 1100100 1010 11010 1100011 101101

Color Harmonies of #E66301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66301

Black with #E66301

Text Example


Text Example

White with #E66301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66301; }

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

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

background-color css

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

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

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

border-color css

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

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

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