Html Css Color HEX #E64915 Persimmon

📋 copy color: '#E64915'

red 230 ◦ green 73 ◦ blue 21

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

Shades of Persimmon #E64915

Tints of Persimmon #E64915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.53%

 BLUE value IS 21 (8.59% from 255) = 6.48%

R = 70.99%
G = 22.53%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E64915 (or 0xE64915) is known color: Persimmon. HEX triplet: E6, 49 and 15. RGB value is (230,73,21). Sum of RGB (Red+Green+Blue) = 230+73+21=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E64915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64915 is #19B6EA. Grayscale: #727272. Windows color (decimal): -1685227 or 1395174. OLE color: 1395174.

HSL color Cylindrical-coordinate representation of color #E64915: hue angle of 14.93º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E64915 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 73 21 -
CMYK 0 0.68 0.91 0.10
HSL 14.93º 0.83% 0.49% -
HSV(B) 14.93º 0.91% 0.9% -
XYZ 35.15 21.64 3.03 -
YUV 114.02 75.51 210.73 -
System Red Green Blue C M Y K H S L
Decimal 230 73 21 0 0.68 0.91 0.10 14.93 0.83 0.49
Hex E6 49 15 0 44 5B A F 53 31
Octal 346 111 25 0 104 133 12 17 123 61
Binary 11100110 1001001 10101 0 1000100 1011011 1010 1111 1010011 110001

Color Harmonies of #E64915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64915

Black with #E64915

Text Example


Text Example

White with #E64915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64915; }

 p { color: rgb(230,73,21); }

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

background-color css

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

 a { background-color: rgb(230,73,21); }

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

border-color css

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

 span { border-color: rgb(230,73,21); }

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