Html Css Color HEX #E64401 Persimmon

📋 copy color: '#E64401'

red 230 ◦ green 68 ◦ blue 1

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

Shades of Persimmon #E64401

Tints of Persimmon #E64401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.74%

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

R = 76.92%
G = 22.74%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E64401 (or 0xE64401) is known color: Persimmon. HEX triplet: E6, 44 and 01. RGB value is (230,68,1). Sum of RGB (Red+Green+Blue) = 230+68+1=299 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.92% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 230 - color contains mainly: red. Hex color #E64401 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64401 is #19BBFE. Grayscale: #6D6D6D. Windows color (decimal): -1686527 or 83174. OLE color: 83174.

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

Color convert

RGB 230 68 1 -
CMYK 0 0.70 1.00 0.10
HSL 17.55º 0.99% 0.45% -
HSV(B) 17.55º 1% 0.9% -
XYZ 34.71 20.96 2.25 -
YUV 108.8 67.17 214.45 -
System Red Green Blue C M Y K H S L
Decimal 230 68 1 0 0.70 1.00 0.10 17.55 0.99 0.45
Hex E6 44 1 0 46 64 A 12 63 2D
Octal 346 104 1 0 106 144 12 22 143 55
Binary 11100110 1000100 1 0 1000110 1100100 1010 10010 1100011 101101

Color Harmonies of #E64401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64401

Black with #E64401

Text Example


Text Example

White with #E64401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64401; }

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

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

background-color css

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

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

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

border-color css

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

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

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