Html Css Color HEX #E64804 Persimmon

📋 copy color: '#E64804'

red 230 ◦ green 72 ◦ blue 4

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

Shades of Persimmon #E64804

Tints of Persimmon #E64804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.53%

 BLUE value IS 4 (1.95% from 255) = 1.31%

R = 75.16%
G = 23.53%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E64804 (or 0xE64804) is known color: Persimmon. HEX triplet: E6, 48 and 04. RGB value is (230,72,4). Sum of RGB (Red+Green+Blue) = 230+72+4=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E64804 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64804 is #19B7FB. Grayscale: #6F6F6F. Windows color (decimal): -1685500 or 280806. OLE color: 280806.

HSL color Cylindrical-coordinate representation of color #E64804: hue angle of 18.05º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E64804 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 72 4 -
CMYK 0 0.69 0.98 0.10
HSL 18.05º 0.97% 0.46% -
HSV(B) 18.05º 0.98% 0.9% -
XYZ 34.97 21.47 2.42 -
YUV 111.49 67.35 212.53 -
System Red Green Blue C M Y K H S L
Decimal 230 72 4 0 0.69 0.98 0.10 18.05 0.97 0.46
Hex E6 48 4 0 45 62 A 12 61 2E
Octal 346 110 4 0 105 142 12 22 141 56
Binary 11100110 1001000 100 0 1000101 1100010 1010 10010 1100001 101110

Color Harmonies of #E64804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64804

Black with #E64804

Text Example


Text Example

White with #E64804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64804; }

 p { color: rgb(230,72,4); }

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

background-color css

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

 a { background-color: rgb(230,72,4); }

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

border-color css

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

 span { border-color: rgb(230,72,4); }

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