Html Css Color HEX #EF5308 Persimmon

📋 copy color: '#EF5308'

red 239 ◦ green 83 ◦ blue 8

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

Shades of Persimmon #EF5308

Tints of Persimmon #EF5308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.42%

R = 72.42%
G = 25.15%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF5308 (or 0xEF5308) is known color: Persimmon. HEX triplet: EF, 53 and 08. RGB value is (239,83,8). Sum of RGB (Red+Green+Blue) = 239+83+8=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5308 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5308 is #10ACF7. Grayscale: #797979. Windows color (decimal): -1092856 or 545775. OLE color: 545775.

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

Color convert

RGB 239 83 8 -
CMYK 0 0.65 0.97 0.06
HSL 19.48º 0.94% 0.48% -
HSV(B) 19.48º 0.97% 0.94% -
XYZ 38.73 24.55 2.93 -
YUV 121.09 64.18 212.1 -
System Red Green Blue C M Y K H S L
Decimal 239 83 8 0 0.65 0.97 0.06 19.48 0.94 0.48
Hex EF 53 8 0 41 61 6 13 5E 30
Octal 357 123 10 0 101 141 6 23 136 60
Binary 11101111 1010011 1000 0 1000001 1100001 110 10011 1011110 110000

Color Harmonies of #EF5308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5308

Black with #EF5308

Text Example


Text Example

White with #EF5308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5308; }

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

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

background-color css

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

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

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

border-color css

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

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

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