Html Css Color HEX #E6650D Persimmon

📋 copy color: '#E6650D'

red 230 ◦ green 101 ◦ blue 13

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

Shades of Persimmon #E6650D

Tints of Persimmon #E6650D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.36%

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

R = 66.86%
G = 29.36%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6650D (or 0xE6650D) is known color: Persimmon. HEX triplet: E6, 65 and 0D. RGB value is (230,101,13). Sum of RGB (Red+Green+Blue) = 230+101+13=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E6650D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6650D is #199AF2. Grayscale: #828282. Windows color (decimal): -1678067 or 878054. OLE color: 878054.

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

Color convert

RGB 230 101 13 -
CMYK 0 0.56 0.94 0.10
HSL 24.33º 0.89% 0.48% -
HSV(B) 24.33º 0.94% 0.9% -
XYZ 37.36 26.16 3.46 -
YUV 129.54 62.24 199.66 -
System Red Green Blue C M Y K H S L
Decimal 230 101 13 0 0.56 0.94 0.10 24.33 0.89 0.48
Hex E6 65 D 0 38 5E A 18 59 30
Octal 346 145 15 0 70 136 12 30 131 60
Binary 11100110 1100101 1101 0 111000 1011110 1010 11000 1011001 110000

Color Harmonies of #E6650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6650D

Black with #E6650D

Text Example


Text Example

White with #E6650D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6650D; }

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

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

background-color css

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

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

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

border-color css

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

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

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