Html Css Color HEX #EF6000 Persimmon

📋 copy color: '#EF6000'

red 239 ◦ green 96 ◦ blue 0

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

Shades of Persimmon #EF6000

Tints of Persimmon #EF6000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.34%
G = 28.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF6000 (or 0xEF6000) is known color: Persimmon. HEX triplet: EF, 60 and 00. RGB value is (239,96,0). Sum of RGB (Red+Green+Blue) = 239+96+0=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6000 is #109FFF. Grayscale: #808080. Windows color (decimal): -1089536 or 24815. OLE color: 24815.

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

Color convert

RGB 239 96 0 -
CMYK 0 0.60 1 0.06
HSL 24.1º 1% 0.47% -
HSV(B) 24.1º 1% 0.94% -
XYZ 39.78 26.72 3.06 -
YUV 127.81 55.88 207.31 -
System Red Green Blue C M Y K H S L
Decimal 239 96 0 0 0.60 1 0.06 24.1 1 0.47
Hex EF 60 0 0 3C 64 6 18 64 2F
Octal 357 140 0 0 74 144 6 30 144 57
Binary 11101111 1100000 0 0 111100 1100100 110 11000 1100100 101111

Color Harmonies of #EF6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6000

Black with #EF6000

Text Example


Text Example

White with #EF6000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6000; }

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

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

background-color css

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

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

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

border-color css

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

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

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