Html Css Color HEX #E64304 Persimmon

📋 copy color: '#E64304'

red 230 ◦ green 67 ◦ blue 4

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

Shades of Persimmon #E64304

Tints of Persimmon #E64304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.26%

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

R = 76.41%
G = 22.26%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E64304 (or 0xE64304) is known color: Persimmon. HEX triplet: E6, 43 and 04. RGB value is (230,67,4). Sum of RGB (Red+Green+Blue) = 230+67+4=301 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.41% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 230 - color contains mainly: red. Hex color #E64304 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64304 is #19BCFB. Grayscale: #6C6C6C. Windows color (decimal): -1686780 or 279526. OLE color: 279526.

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

Color convert

RGB 230 67 4 -
CMYK 0 0.71 0.98 0.10
HSL 16.73º 0.97% 0.46% -
HSV(B) 16.73º 0.98% 0.9% -
XYZ 34.66 20.85 2.31 -
YUV 108.56 69 214.62 -
System Red Green Blue C M Y K H S L
Decimal 230 67 4 0 0.71 0.98 0.10 16.73 0.97 0.46
Hex E6 43 4 0 47 62 A 11 61 2E
Octal 346 103 4 0 107 142 12 21 141 56
Binary 11100110 1000011 100 0 1000111 1100010 1010 10001 1100001 101110

Color Harmonies of #E64304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64304

Black with #E64304

Text Example


Text Example

White with #E64304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64304; }

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

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

background-color css

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

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

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

border-color css

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

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

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