Html Css Color HEX #E6640D Persimmon

📋 copy color: '#E6640D'

red 230 ◦ green 100 ◦ blue 13

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

Shades of Persimmon #E6640D

Tints of Persimmon #E6640D

RGB

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

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

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

R = 67.06%
G = 29.15%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6640D (or 0xE6640D) is known color: Persimmon. HEX triplet: E6, 64 and 0D. RGB value is (230,100,13). Sum of RGB (Red+Green+Blue) = 230+100+13=343 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.06% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 230 - color contains mainly: red. Hex color #E6640D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6640D is #199BF2. Grayscale: #818181. Windows color (decimal): -1678323 or 877798. OLE color: 877798.

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

Color convert

RGB 230 100 13 -
CMYK 0 0.57 0.94 0.10
HSL 24.06º 0.89% 0.48% -
HSV(B) 24.06º 0.94% 0.9% -
XYZ 37.26 25.97 3.43 -
YUV 128.95 62.57 200.07 -
System Red Green Blue C M Y K H S L
Decimal 230 100 13 0 0.57 0.94 0.10 24.06 0.89 0.48
Hex E6 64 D 0 39 5E A 18 59 30
Octal 346 144 15 0 71 136 12 30 131 60
Binary 11100110 1100100 1101 0 111001 1011110 1010 11000 1011001 110000

Color Harmonies of #E6640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6640D

Black with #E6640D

Text Example


Text Example

White with #E6640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6640D; }

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

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

background-color css

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

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

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

border-color css

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

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

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