Html Css Color HEX #EF4901 Persimmon

📋 copy color: '#EF4901'

red 239 ◦ green 73 ◦ blue 1

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

Shades of Persimmon #EF4901

Tints of Persimmon #EF4901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.32%

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

R = 76.36%
G = 23.32%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EF4901 (or 0xEF4901) is known color: Persimmon. HEX triplet: EF, 49 and 01. RGB value is (239,73,1). Sum of RGB (Red+Green+Blue) = 239+73+1=313 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.36% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4901 is #10B6FE. Grayscale: #727272. Windows color (decimal): -1095423 or 84463. OLE color: 84463.

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

Color convert

RGB 239 73 1 -
CMYK 0 0.69 1.00 0.06
HSL 18.15º 0.99% 0.47% -
HSV(B) 18.15º 1% 0.94% -
XYZ 37.98 23.12 2.49 -
YUV 114.43 64 216.85 -
System Red Green Blue C M Y K H S L
Decimal 239 73 1 0 0.69 1.00 0.06 18.15 0.99 0.47
Hex EF 49 1 0 45 64 6 12 63 2F
Octal 357 111 1 0 105 144 6 22 143 57
Binary 11101111 1001001 1 0 1000101 1100100 110 10010 1100011 101111

Color Harmonies of #EF4901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4901

Black with #EF4901

Text Example


Text Example

White with #EF4901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4901; }

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

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

background-color css

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

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

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

border-color css

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

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

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