Html Css Color HEX #E64305 Persimmon

📋 copy color: '#E64305'

red 230 ◦ green 67 ◦ blue 5

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

Shades of Persimmon #E64305

Tints of Persimmon #E64305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.66%

R = 76.16%
G = 22.19%
B = 1.66%

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

#E64305 (or 0xE64305) is known color: Persimmon. HEX triplet: E6, 43 and 05. RGB value is (230,67,5). Sum of RGB (Red+Green+Blue) = 230+67+5=302 (40% of max value = 765). Red value is 230 (90.23% from 255 or 76.16% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 230 - color contains mainly: red. Hex color #E64305 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64305 is #19BCFA. Grayscale: #6D6D6D. Windows color (decimal): -1686779 or 345062. OLE color: 345062.

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

Color convert

RGB 230 67 5 -
CMYK 0 0.71 0.98 0.10
HSL 16.53º 0.96% 0.46% -
HSV(B) 16.53º 0.98% 0.9% -
XYZ 34.67 20.85 2.34 -
YUV 108.67 69.5 214.54 -
System Red Green Blue C M Y K H S L
Decimal 230 67 5 0 0.71 0.98 0.10 16.53 0.96 0.46
Hex E6 43 5 0 47 62 A 11 60 2E
Octal 346 103 5 0 107 142 12 21 140 56
Binary 11100110 1000011 101 0 1000111 1100010 1010 10001 1100000 101110

Color Harmonies of #E64305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64305

Black with #E64305

Text Example


Text Example

White with #E64305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64305; }

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

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

background-color css

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

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

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

border-color css

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

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

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