Html Css Color HEX #EF5706 Persimmon

📋 copy color: '#EF5706'

red 239 ◦ green 87 ◦ blue 6

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

Shades of Persimmon #EF5706

Tints of Persimmon #EF5706

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.2%

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

R = 71.99%
G = 26.2%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF5706 (or 0xEF5706) is known color: Persimmon. HEX triplet: EF, 57 and 06. RGB value is (239,87,6). Sum of RGB (Red+Green+Blue) = 239+87+6=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5706 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5706 is #10A8F9. Grayscale: #7B7B7B. Windows color (decimal): -1091834 or 415727. OLE color: 415727.

HSL color Cylindrical-coordinate representation of color #EF5706: hue angle of 20.86º 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 #EF5706 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 87 6 -
CMYK 0 0.64 0.97 0.06
HSL 20.86º 0.95% 0.48% -
HSV(B) 20.86º 0.97% 0.94% -
XYZ 39.04 25.18 2.98 -
YUV 123.21 61.86 210.59 -
System Red Green Blue C M Y K H S L
Decimal 239 87 6 0 0.64 0.97 0.06 20.86 0.95 0.48
Hex EF 57 6 0 40 61 6 15 5F 30
Octal 357 127 6 0 100 141 6 25 137 60
Binary 11101111 1010111 110 0 1000000 1100001 110 10101 1011111 110000

Color Harmonies of #EF5706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5706

Black with #EF5706

Text Example


Text Example

White with #EF5706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5706; }

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

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

background-color css

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

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

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

border-color css

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

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

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