Html Css Color HEX #E5500C Persimmon

📋 copy color: '#E5500C'

red 229 ◦ green 80 ◦ blue 12

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

Shades of Persimmon #E5500C

Tints of Persimmon #E5500C

RGB

 RED value IS 229 (89.84% from 255) = 71.34%

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

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

R = 71.34%
G = 24.92%
B = 3.74%

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

#E5500C (or 0xE5500C) is known color: Persimmon. HEX triplet: E5, 50 and 0C. RGB value is (229,80,12). Sum of RGB (Red+Green+Blue) = 229+80+12=321 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.34% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 229 - color contains mainly: red. Hex color #E5500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5500C is #1AAFF3. Grayscale: #757575. Windows color (decimal): -1748980 or 807141. OLE color: 807141.

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

Color convert

RGB 229 80 12 -
CMYK 0 0.65 0.95 0.10
HSL 18.8º 0.9% 0.47% -
HSV(B) 18.8º 0.95% 0.9% -
XYZ 35.25 22.42 2.82 -
YUV 116.8 68.86 208.03 -
System Red Green Blue C M Y K H S L
Decimal 229 80 12 0 0.65 0.95 0.10 18.8 0.9 0.47
Hex E5 50 C 0 41 5F A 13 5A 2F
Octal 345 120 14 0 101 137 12 23 132 57
Binary 11100101 1010000 1100 0 1000001 1011111 1010 10011 1011010 101111

Color Harmonies of #E5500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5500C

Black with #E5500C

Text Example


Text Example

White with #E5500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5500C; }

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

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

background-color css

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

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

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

border-color css

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

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

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