Html Css Color HEX #E64B11 Persimmon

📋 copy color: '#E64B11'

red 230 ◦ green 75 ◦ blue 17

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

Shades of Persimmon #E64B11

Tints of Persimmon #E64B11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.28%

R = 71.43%
G = 23.29%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E64B11 (or 0xE64B11) is known color: Persimmon. HEX triplet: E6, 4B and 11. RGB value is (230,75,17). Sum of RGB (Red+Green+Blue) = 230+75+17=322 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.43% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64B11 is #19B4EE. Grayscale: #737373. Windows color (decimal): -1684719 or 1133542. OLE color: 1133542.

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

Color convert

RGB 230 75 17 -
CMYK 0 0.67 0.93 0.10
HSL 16.34º 0.86% 0.48% -
HSV(B) 16.34º 0.93% 0.9% -
XYZ 35.25 21.9 2.9 -
YUV 114.73 72.85 210.22 -
System Red Green Blue C M Y K H S L
Decimal 230 75 17 0 0.67 0.93 0.10 16.34 0.86 0.48
Hex E6 4B 11 0 43 5D A 10 56 30
Octal 346 113 21 0 103 135 12 20 126 60
Binary 11100110 1001011 10001 0 1000011 1011101 1010 10000 1010110 110000

Color Harmonies of #E64B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64B11

Black with #E64B11

Text Example


Text Example

White with #E64B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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