Html Css Color HEX #E64C19 Persimmon

📋 copy color: '#E64C19'

red 230 ◦ green 76 ◦ blue 25

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

Shades of Persimmon #E64C19

Tints of Persimmon #E64C19

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.96%

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

R = 69.49%
G = 22.96%
B = 7.55%

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

#E64C19 (or 0xE64C19) is known color: Persimmon. HEX triplet: E6, 4C and 19. RGB value is (230,76,25). Sum of RGB (Red+Green+Blue) = 230+76+25=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64C19 is #19B3E6. Grayscale: #747474. Windows color (decimal): -1684455 or 1658086. OLE color: 1658086.

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

Color convert

RGB 230 76 25 -
CMYK 0 0.67 0.89 0.10
HSL 14.93º 0.8% 0.5% -
HSV(B) 14.93º 0.89% 0.9% -
XYZ 35.39 22.06 3.31 -
YUV 116.23 76.52 209.15 -
System Red Green Blue C M Y K H S L
Decimal 230 76 25 0 0.67 0.89 0.10 14.93 0.8 0.5
Hex E6 4C 19 0 43 59 A F 50 32
Octal 346 114 31 0 103 131 12 17 120 62
Binary 11100110 1001100 11001 0 1000011 1011001 1010 1111 1010000 110010

Color Harmonies of #E64C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64C19

Black with #E64C19

Text Example


Text Example

White with #E64C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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