Html Css Color HEX #E64B18 Persimmon

📋 copy color: '#E64B18'

red 230 ◦ green 75 ◦ blue 24

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

Shades of Persimmon #E64B18

Tints of Persimmon #E64B18

RGB

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

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

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

R = 69.91%
G = 22.8%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E64B18 (or 0xE64B18) is known color: Persimmon. HEX triplet: E6, 4B and 18. RGB value is (230,75,24). Sum of RGB (Red+Green+Blue) = 230+75+24=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64B18 is #19B4E7. Grayscale: #737373. Windows color (decimal): -1684712 or 1592294. OLE color: 1592294.

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

Color convert

RGB 230 75 24 -
CMYK 0 0.67 0.90 0.10
HSL 14.85º 0.81% 0.5% -
HSV(B) 14.85º 0.9% 0.9% -
XYZ 35.31 21.92 3.23 -
YUV 115.53 76.35 209.65 -
System Red Green Blue C M Y K H S L
Decimal 230 75 24 0 0.67 0.90 0.10 14.85 0.81 0.5
Hex E6 4B 18 0 43 5A A F 51 32
Octal 346 113 30 0 103 132 12 17 121 62
Binary 11100110 1001011 11000 0 1000011 1011010 1010 1111 1010001 110010

Color Harmonies of #E64B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64B18

Black with #E64B18

Text Example


Text Example

White with #E64B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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