Html Css Color HEX #E64B19 Persimmon

📋 copy color: '#E64B19'

red 230 ◦ green 75 ◦ blue 25

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

Shades of Persimmon #E64B19

Tints of Persimmon #E64B19

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.73%

 BLUE value IS 25 (10.16% from 255) = 7.58%

R = 69.7%
G = 22.73%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E64B19 (or 0xE64B19) is known color: Persimmon. HEX triplet: E6, 4B and 19. RGB value is (230,75,25). Sum of RGB (Red+Green+Blue) = 230+75+25=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64B19 is #19B4E6. Grayscale: #747474. Windows color (decimal): -1684711 or 1657830. OLE color: 1657830.

HSL color Cylindrical-coordinate representation of color #E64B19: hue angle of 14.63º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E64B19 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 75 25 -
CMYK 0 0.67 0.89 0.10
HSL 14.63º 0.8% 0.5% -
HSV(B) 14.63º 0.89% 0.9% -
XYZ 35.32 21.93 3.29 -
YUV 115.65 76.85 209.57 -
System Red Green Blue C M Y K H S L
Decimal 230 75 25 0 0.67 0.89 0.10 14.63 0.8 0.5
Hex E6 4B 19 0 43 59 A F 50 32
Octal 346 113 31 0 103 131 12 17 120 62
Binary 11100110 1001011 11001 0 1000011 1011001 1010 1111 1010000 110010

Color Harmonies of #E64B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64B19

Black with #E64B19

Text Example


Text Example

White with #E64B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64B19; }

 p { color: rgb(230,75,25); }

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

background-color css

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

 a { background-color: rgb(230,75,25); }

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

border-color css

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

 span { border-color: rgb(230,75,25); }

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