Html Css Color HEX #EF6006 Persimmon

📋 copy color: '#EF6006'

red 239 ◦ green 96 ◦ blue 6

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

Shades of Persimmon #EF6006

Tints of Persimmon #EF6006

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.15%

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

R = 70.09%
G = 28.15%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF6006 (or 0xEF6006) is known color: Persimmon. HEX triplet: EF, 60 and 06. RGB value is (239,96,6). Sum of RGB (Red+Green+Blue) = 239+96+6=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6006 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6006 is #109FF9. Grayscale: #818181. Windows color (decimal): -1089530 or 418031. OLE color: 418031.

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

Color convert

RGB 239 96 6 -
CMYK 0 0.60 0.97 0.06
HSL 23.18º 0.95% 0.48% -
HSV(B) 23.18º 0.97% 0.94% -
XYZ 39.81 26.73 3.23 -
YUV 128.5 58.88 206.82 -
System Red Green Blue C M Y K H S L
Decimal 239 96 6 0 0.60 0.97 0.06 23.18 0.95 0.48
Hex EF 60 6 0 3C 61 6 17 5F 30
Octal 357 140 6 0 74 141 6 27 137 60
Binary 11101111 1100000 110 0 111100 1100001 110 10111 1011111 110000

Color Harmonies of #EF6006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6006

Black with #EF6006

Text Example


Text Example

White with #EF6006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6006; }

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

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

background-color css

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

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

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

border-color css

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

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

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