Html Css Color HEX #EF5D06 Persimmon

📋 copy color: '#EF5D06'

red 239 ◦ green 93 ◦ blue 6

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

Shades of Persimmon #EF5D06

Tints of Persimmon #EF5D06

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.51%

 BLUE value IS 6 (2.73% from 255) = 1.78%

R = 70.71%
G = 27.51%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF5D06 (or 0xEF5D06) is known color: Persimmon. HEX triplet: EF, 5D and 06. RGB value is (239,93,6). Sum of RGB (Red+Green+Blue) = 239+93+6=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5D06 is #10A2F9. Grayscale: #7F7F7F. Windows color (decimal): -1090298 or 417263. OLE color: 417263.

HSL color Cylindrical-coordinate representation of color #EF5D06: hue angle of 22.4º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF5D06 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 93 6 -
CMYK 0 0.61 0.97 0.06
HSL 22.4º 0.95% 0.48% -
HSV(B) 22.4º 0.97% 0.94% -
XYZ 39.54 26.19 3.14 -
YUV 126.74 59.87 208.07 -
System Red Green Blue C M Y K H S L
Decimal 239 93 6 0 0.61 0.97 0.06 22.4 0.95 0.48
Hex EF 5D 6 0 3D 61 6 16 5F 30
Octal 357 135 6 0 75 141 6 26 137 60
Binary 11101111 1011101 110 0 111101 1100001 110 10110 1011111 110000

Color Harmonies of #EF5D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5D06

Black with #EF5D06

Text Example


Text Example

White with #EF5D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5D06; }

 p { color: rgb(239,93,6); }

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

background-color css

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

 a { background-color: rgb(239,93,6); }

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

border-color css

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

 span { border-color: rgb(239,93,6); }

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