Html Css Color HEX #E64A18 Persimmon

📋 copy color: '#E64A18'

red 230 ◦ green 74 ◦ blue 24

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

Shades of Persimmon #E64A18

Tints of Persimmon #E64A18

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.56%

 BLUE value IS 24 (9.77% from 255) = 7.32%

R = 70.12%
G = 22.56%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E64A18 (or 0xE64A18) is known color: Persimmon. HEX triplet: E6, 4A and 18. RGB value is (230,74,24). Sum of RGB (Red+Green+Blue) = 230+74+24=328 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.12% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64A18 is #19B5E7. Grayscale: #737373. Windows color (decimal): -1684968 or 1592038. OLE color: 1592038.

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

Color convert

RGB 230 74 24 -
CMYK 0 0.68 0.90 0.10
HSL 14.56º 0.81% 0.5% -
HSV(B) 14.56º 0.9% 0.9% -
XYZ 35.25 21.79 3.21 -
YUV 114.94 76.68 210.07 -
System Red Green Blue C M Y K H S L
Decimal 230 74 24 0 0.68 0.90 0.10 14.56 0.81 0.5
Hex E6 4A 18 0 44 5A A F 51 32
Octal 346 112 30 0 104 132 12 17 121 62
Binary 11100110 1001010 11000 0 1000100 1011010 1010 1111 1010001 110010

Color Harmonies of #E64A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64A18

Black with #E64A18

Text Example


Text Example

White with #E64A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64A18; }

 p { color: rgb(230,74,24); }

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

background-color css

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

 a { background-color: rgb(230,74,24); }

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

border-color css

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

 span { border-color: rgb(230,74,24); }

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