Html Css Color HEX #E6500C Persimmon

📋 copy color: '#E6500C'

red 230 ◦ green 80 ◦ blue 12

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

Shades of Persimmon #E6500C

Tints of Persimmon #E6500C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.84%

 BLUE value IS 12 (5.08% from 255) = 3.73%

R = 71.43%
G = 24.84%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6500C (or 0xE6500C) is known color: Persimmon. HEX triplet: E6, 50 and 0C. RGB value is (230,80,12). Sum of RGB (Red+Green+Blue) = 230+80+12=322 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.43% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 230 - color contains mainly: red. Hex color #E6500C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6500C is #19AFF3. Grayscale: #757575. Windows color (decimal): -1683444 or 807142. OLE color: 807142.

HSL color Cylindrical-coordinate representation of color #E6500C: hue angle of 18.72º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6500C is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 80 12 -
CMYK 0 0.65 0.95 0.10
HSL 18.72º 0.9% 0.47% -
HSV(B) 18.72º 0.95% 0.9% -
XYZ 35.57 22.59 2.83 -
YUV 117.1 68.7 208.53 -
System Red Green Blue C M Y K H S L
Decimal 230 80 12 0 0.65 0.95 0.10 18.72 0.9 0.47
Hex E6 50 C 0 41 5F A 13 5A 2F
Octal 346 120 14 0 101 137 12 23 132 57
Binary 11100110 1010000 1100 0 1000001 1011111 1010 10011 1011010 101111

Color Harmonies of #E6500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6500C

Black with #E6500C

Text Example


Text Example

White with #E6500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6500C; }

 p { color: rgb(230,80,12); }

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

background-color css

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

 a { background-color: rgb(230,80,12); }

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

border-color css

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

 span { border-color: rgb(230,80,12); }

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