Html Css Color HEX #EF5A01 Persimmon

📋 copy color: '#EF5A01'

red 239 ◦ green 90 ◦ blue 1

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

Shades of Persimmon #EF5A01

Tints of Persimmon #EF5A01

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.27%

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

R = 72.42%
G = 27.27%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EF5A01 (or 0xEF5A01) is known color: Persimmon. HEX triplet: EF, 5A and 01. RGB value is (239,90,1). Sum of RGB (Red+Green+Blue) = 239+90+1=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5A01 is #10A5FE. Grayscale: #7C7C7C. Windows color (decimal): -1091071 or 88815. OLE color: 88815.

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

Color convert

RGB 239 90 1 -
CMYK 0 0.62 1.00 0.06
HSL 22.44º 0.99% 0.47% -
HSV(B) 22.44º 1% 0.94% -
XYZ 39.26 25.67 2.91 -
YUV 124.41 58.36 209.74 -
System Red Green Blue C M Y K H S L
Decimal 239 90 1 0 0.62 1.00 0.06 22.44 0.99 0.47
Hex EF 5A 1 0 3E 64 6 16 63 2F
Octal 357 132 1 0 76 144 6 26 143 57
Binary 11101111 1011010 1 0 111110 1100100 110 10110 1100011 101111

Color Harmonies of #EF5A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5A01

Black with #EF5A01

Text Example


Text Example

White with #EF5A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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