Html Css Color HEX #EF500D Persimmon

📋 copy color: '#EF500D'

red 239 ◦ green 80 ◦ blue 13

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

Shades of Persimmon #EF500D

Tints of Persimmon #EF500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.1%

 BLUE value IS 13 (5.47% from 255) = 3.92%

R = 71.99%
G = 24.1%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF500D (or 0xEF500D) is known color: Persimmon. HEX triplet: EF, 50 and 0D. RGB value is (239,80,13). Sum of RGB (Red+Green+Blue) = 239+80+13=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF500D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF500D is #10AFF2. Grayscale: #787878. Windows color (decimal): -1093619 or 872687. OLE color: 872687.

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

Color convert

RGB 239 80 13 -
CMYK 0 0.67 0.95 0.06
HSL 17.79º 0.9% 0.49% -
HSV(B) 17.79º 0.95% 0.94% -
XYZ 38.54 24.12 3 -
YUV 119.9 67.68 212.95 -
System Red Green Blue C M Y K H S L
Decimal 239 80 13 0 0.67 0.95 0.06 17.79 0.9 0.49
Hex EF 50 D 0 43 5F 6 12 5A 31
Octal 357 120 15 0 103 137 6 22 132 61
Binary 11101111 1010000 1101 0 1000011 1011111 110 10010 1011010 110001

Color Harmonies of #EF500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF500D

Black with #EF500D

Text Example


Text Example

White with #EF500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF500D; }

 p { color: rgb(239,80,13); }

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

background-color css

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

 a { background-color: rgb(239,80,13); }

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

border-color css

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

 span { border-color: rgb(239,80,13); }

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