Html Css Color HEX #EF550E Persimmon

📋 copy color: '#EF550E'

red 239 ◦ green 85 ◦ blue 14

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

Shades of Persimmon #EF550E

Tints of Persimmon #EF550E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.14%

R = 70.71%
G = 25.15%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF550E (or 0xEF550E) is known color: Persimmon. HEX triplet: EF, 55 and 0E. RGB value is (239,85,14). Sum of RGB (Red+Green+Blue) = 239+85+14=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF550E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF550E is #10AAF1. Grayscale: #7B7B7B. Windows color (decimal): -1092338 or 939503. OLE color: 939503.

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

Color convert

RGB 239 85 14 -
CMYK 0 0.64 0.94 0.06
HSL 18.93º 0.89% 0.5% -
HSV(B) 18.93º 0.94% 0.94% -
XYZ 38.92 24.88 3.17 -
YUV 122.95 66.52 210.77 -
System Red Green Blue C M Y K H S L
Decimal 239 85 14 0 0.64 0.94 0.06 18.93 0.89 0.5
Hex EF 55 E 0 40 5E 6 13 59 32
Octal 357 125 16 0 100 136 6 23 131 62
Binary 11101111 1010101 1110 0 1000000 1011110 110 10011 1011001 110010

Color Harmonies of #EF550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF550E

Black with #EF550E

Text Example


Text Example

White with #EF550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF550E; }

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

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

background-color css

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

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

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

border-color css

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

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

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