Html Css Color HEX #EF5510 Persimmon

📋 copy color: '#EF5510'

red 239 ◦ green 85 ◦ blue 16

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

Shades of Persimmon #EF5510

Tints of Persimmon #EF5510

RGB

 RED value IS 239 (93.75% from 255) = 70.29%

 GREEN value IS 85 (33.59% from 255) = 25%

 BLUE value IS 16 (6.64% from 255) = 4.71%

R = 70.29%
G = 25%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF5510 (or 0xEF5510) is known color: Persimmon. HEX triplet: EF, 55 and 10. RGB value is (239,85,16). Sum of RGB (Red+Green+Blue) = 239+85+16=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5510 is #10AAEF. Grayscale: #7B7B7B. Windows color (decimal): -1092336 or 1070575. OLE color: 1070575.

HSL color Cylindrical-coordinate representation of color #EF5510: hue angle of 18.57º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF5510 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 85 16 -
CMYK 0 0.64 0.93 0.06
HSL 18.57º 0.87% 0.5% -
HSV(B) 18.57º 0.93% 0.94% -
XYZ 38.94 24.89 3.24 -
YUV 123.18 67.52 210.61 -
System Red Green Blue C M Y K H S L
Decimal 239 85 16 0 0.64 0.93 0.06 18.57 0.87 0.5
Hex EF 55 10 0 40 5D 6 13 57 32
Octal 357 125 20 0 100 135 6 23 127 62
Binary 11101111 1010101 10000 0 1000000 1011101 110 10011 1010111 110010

Color Harmonies of #EF5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5510

Black with #EF5510

Text Example


Text Example

White with #EF5510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5510; }

 p { color: rgb(239,85,16); }

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

background-color css

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

 a { background-color: rgb(239,85,16); }

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

border-color css

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

 span { border-color: rgb(239,85,16); }

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