Html Css Color HEX #EF5901 Persimmon

📋 copy color: '#EF5901'

red 239 ◦ green 89 ◦ blue 1

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

Shades of Persimmon #EF5901

Tints of Persimmon #EF5901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.05%

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

R = 72.64%
G = 27.05%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EF5901 (or 0xEF5901) is known color: Persimmon. HEX triplet: EF, 59 and 01. RGB value is (239,89,1). Sum of RGB (Red+Green+Blue) = 239+89+1=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5901 is #10A6FE. Grayscale: #7C7C7C. Windows color (decimal): -1091327 or 88559. OLE color: 88559.

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

Color convert

RGB 239 89 1 -
CMYK 0 0.63 1.00 0.06
HSL 22.18º 0.99% 0.47% -
HSV(B) 22.18º 1% 0.94% -
XYZ 39.17 25.5 2.89 -
YUV 123.82 58.7 210.16 -
System Red Green Blue C M Y K H S L
Decimal 239 89 1 0 0.63 1.00 0.06 22.18 0.99 0.47
Hex EF 59 1 0 3F 64 6 16 63 2F
Octal 357 131 1 0 77 144 6 26 143 57
Binary 11101111 1011001 1 0 111111 1100100 110 10110 1100011 101111

Color Harmonies of #EF5901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5901

Black with #EF5901

Text Example


Text Example

White with #EF5901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5901; }

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

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

background-color css

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

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

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

border-color css

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

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

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