Html Css Color HEX #EF5305 Persimmon

📋 copy color: '#EF5305'

red 239 ◦ green 83 ◦ blue 5

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

Shades of Persimmon #EF5305

Tints of Persimmon #EF5305

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.38%

 BLUE value IS 5 (2.34% from 255) = 1.53%

R = 73.09%
G = 25.38%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF5305 (or 0xEF5305) is known color: Persimmon. HEX triplet: EF, 53 and 05. RGB value is (239,83,5). Sum of RGB (Red+Green+Blue) = 239+83+5=327 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.09% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5305 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5305 is #10ACFA. Grayscale: #797979. Windows color (decimal): -1092859 or 349167. OLE color: 349167.

HSL color Cylindrical-coordinate representation of color #EF5305: hue angle of 20º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF5305 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 83 5 -
CMYK 0 0.65 0.98 0.06
HSL 20º 0.96% 0.48% -
HSV(B) 20º 0.98% 0.94% -
XYZ 38.72 24.55 2.84 -
YUV 120.75 62.68 212.34 -
System Red Green Blue C M Y K H S L
Decimal 239 83 5 0 0.65 0.98 0.06 20 0.96 0.48
Hex EF 53 5 0 41 62 6 14 60 30
Octal 357 123 5 0 101 142 6 24 140 60
Binary 11101111 1010011 101 0 1000001 1100010 110 10100 1100000 110000

Color Harmonies of #EF5305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5305

Black with #EF5305

Text Example


Text Example

White with #EF5305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5305; }

 p { color: rgb(239,83,5); }

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

background-color css

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

 a { background-color: rgb(239,83,5); }

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

border-color css

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

 span { border-color: rgb(239,83,5); }

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