Html Css Color HEX #EF6101 Persimmon

📋 copy color: '#EF6101'

red 239 ◦ green 97 ◦ blue 1

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

Shades of Persimmon #EF6101

Tints of Persimmon #EF6101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 70.92%
G = 28.78%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EF6101 (or 0xEF6101) is known color: Persimmon. HEX triplet: EF, 61 and 01. RGB value is (239,97,1). Sum of RGB (Red+Green+Blue) = 239+97+1=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6101 is #109EFE. Grayscale: #818181. Windows color (decimal): -1089279 or 90607. OLE color: 90607.

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

Color convert

RGB 239 97 1 -
CMYK 0 0.59 1.00 0.06
HSL 24.2º 0.99% 0.47% -
HSV(B) 24.2º 1% 0.94% -
XYZ 39.88 26.9 3.12 -
YUV 128.51 56.04 206.81 -
System Red Green Blue C M Y K H S L
Decimal 239 97 1 0 0.59 1.00 0.06 24.2 0.99 0.47
Hex EF 61 1 0 3B 64 6 18 63 2F
Octal 357 141 1 0 73 144 6 30 143 57
Binary 11101111 1100001 1 0 111011 1100100 110 11000 1100011 101111

Color Harmonies of #EF6101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6101

Black with #EF6101

Text Example


Text Example

White with #EF6101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6101; }

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

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

background-color css

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

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

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

border-color css

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

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

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