Html Css Color HEX #EF6100 Persimmon

📋 copy color: '#EF6100'

red 239 ◦ green 97 ◦ blue 0

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

Shades of Persimmon #EF6100

Tints of Persimmon #EF6100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.87%

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

R = 71.13%
G = 28.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF6100 (or 0xEF6100) is known color: Persimmon. HEX triplet: EF, 61 and 00. RGB value is (239,97,0). Sum of RGB (Red+Green+Blue) = 239+97+0=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6100 is #109EFF. Grayscale: #808080. Windows color (decimal): -1089280 or 25071. OLE color: 25071.

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

Color convert

RGB 239 97 0 -
CMYK 0 0.59 1 0.06
HSL 24.35º 1% 0.47% -
HSV(B) 24.35º 1% 0.94% -
XYZ 39.87 26.9 3.09 -
YUV 128.4 55.54 206.89 -
System Red Green Blue C M Y K H S L
Decimal 239 97 0 0 0.59 1 0.06 24.35 1 0.47
Hex EF 61 0 0 3B 64 6 18 64 2F
Octal 357 141 0 0 73 144 6 30 144 57
Binary 11101111 1100001 0 0 111011 1100100 110 11000 1100100 101111

Color Harmonies of #EF6100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6100

Black with #EF6100

Text Example


Text Example

White with #EF6100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6100; }

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

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

background-color css

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

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

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

border-color css

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

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

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