Html Css Color HEX #EF6206 Persimmon

📋 copy color: '#EF6206'

red 239 ◦ green 98 ◦ blue 6

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

Shades of Persimmon #EF6206

Tints of Persimmon #EF6206

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.57%

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

R = 69.68%
G = 28.57%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF6206 (or 0xEF6206) is known color: Persimmon. HEX triplet: EF, 62 and 06. RGB value is (239,98,6). Sum of RGB (Red+Green+Blue) = 239+98+6=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 6 (2.73% from 255 or 1.75% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6206 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6206 is #109DF9. Grayscale: #828282. Windows color (decimal): -1089018 or 418543. OLE color: 418543.

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

Color convert

RGB 239 98 6 -
CMYK 0 0.59 0.97 0.06
HSL 23.69º 0.95% 0.48% -
HSV(B) 23.69º 0.97% 0.94% -
XYZ 40 27.1 3.29 -
YUV 129.67 58.21 205.98 -
System Red Green Blue C M Y K H S L
Decimal 239 98 6 0 0.59 0.97 0.06 23.69 0.95 0.48
Hex EF 62 6 0 3B 61 6 18 5F 30
Octal 357 142 6 0 73 141 6 30 137 60
Binary 11101111 1100010 110 0 111011 1100001 110 11000 1011111 110000

Color Harmonies of #EF6206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6206

Black with #EF6206

Text Example


Text Example

White with #EF6206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6206; }

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

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

background-color css

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

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

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

border-color css

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

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

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