Html Css Color HEX #E4640D Persimmon

📋 copy color: '#E4640D'

red 228 ◦ green 100 ◦ blue 13

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

Shades of Persimmon #E4640D

Tints of Persimmon #E4640D

RGB

 RED value IS 228 (89.45% from 255) = 66.86%

 GREEN value IS 100 (39.45% from 255) = 29.33%

 BLUE value IS 13 (5.47% from 255) = 3.81%

R = 66.86%
G = 29.33%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E4640D (or 0xE4640D) is known color: Persimmon. HEX triplet: E4, 64 and 0D. RGB value is (228,100,13). Sum of RGB (Red+Green+Blue) = 228+100+13=341 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.86% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 228 - color contains mainly: red. Hex color #E4640D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4640D is #1B9BF2. Grayscale: #808080. Windows color (decimal): -1809395 or 877796. OLE color: 877796.

HSL color Cylindrical-coordinate representation of color #E4640D: hue angle of 24.28º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E4640D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 100 13 -
CMYK 0 0.56 0.94 0.11
HSL 24.28º 0.89% 0.47% -
HSV(B) 24.28º 0.94% 0.89% -
XYZ 36.62 25.64 3.4 -
YUV 128.35 62.91 199.07 -
System Red Green Blue C M Y K H S L
Decimal 228 100 13 0 0.56 0.94 0.11 24.28 0.89 0.47
Hex E4 64 D 0 38 5E B 18 59 2F
Octal 344 144 15 0 70 136 13 30 131 57
Binary 11100100 1100100 1101 0 111000 1011110 1011 11000 1011001 101111

Color Harmonies of #E4640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4640D

Black with #E4640D

Text Example


Text Example

White with #E4640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4640D; }

 p { color: rgb(228,100,13); }

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

background-color css

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

 a { background-color: rgb(228,100,13); }

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

border-color css

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

 span { border-color: rgb(228,100,13); }

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