Html Css Color HEX #EF5309 Persimmon

📋 copy color: '#EF5309'

red 239 ◦ green 83 ◦ blue 9

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

Shades of Persimmon #EF5309

Tints of Persimmon #EF5309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.72%

R = 72.21%
G = 25.08%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF5309 (or 0xEF5309) is known color: Persimmon. HEX triplet: EF, 53 and 09. RGB value is (239,83,9). Sum of RGB (Red+Green+Blue) = 239+83+9=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 9 (3.91% from 255 or 2.72% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5309 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5309 is #10ACF6. Grayscale: #797979. Windows color (decimal): -1092855 or 611311. OLE color: 611311.

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

Color convert

RGB 239 83 9 -
CMYK 0 0.65 0.96 0.06
HSL 19.3º 0.93% 0.49% -
HSV(B) 19.3º 0.96% 0.94% -
XYZ 38.74 24.56 2.96 -
YUV 121.21 64.68 212.02 -
System Red Green Blue C M Y K H S L
Decimal 239 83 9 0 0.65 0.96 0.06 19.3 0.93 0.49
Hex EF 53 9 0 41 60 6 13 5D 31
Octal 357 123 11 0 101 140 6 23 135 61
Binary 11101111 1010011 1001 0 1000001 1100000 110 10011 1011101 110001

Color Harmonies of #EF5309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5309

Black with #EF5309

Text Example


Text Example

White with #EF5309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5309; }

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

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

background-color css

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

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

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

border-color css

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

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

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