Html Css Color HEX #EF500C Persimmon

📋 copy color: '#EF500C'

red 239 ◦ green 80 ◦ blue 12

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

Shades of Persimmon #EF500C

Tints of Persimmon #EF500C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.63%

R = 72.21%
G = 24.17%
B = 3.63%

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

#EF500C (or 0xEF500C) is known color: Persimmon. HEX triplet: EF, 50 and 0C. RGB value is (239,80,12). Sum of RGB (Red+Green+Blue) = 239+80+12=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF500C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF500C is #10AFF3. Grayscale: #787878. Windows color (decimal): -1093620 or 807151. OLE color: 807151.

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

Color convert

RGB 239 80 12 -
CMYK 0 0.67 0.95 0.06
HSL 17.97º 0.9% 0.49% -
HSV(B) 17.97º 0.95% 0.94% -
XYZ 38.53 24.11 2.97 -
YUV 119.79 67.18 213.03 -
System Red Green Blue C M Y K H S L
Decimal 239 80 12 0 0.67 0.95 0.06 17.97 0.9 0.49
Hex EF 50 C 0 43 5F 6 12 5A 31
Octal 357 120 14 0 103 137 6 22 132 61
Binary 11101111 1010000 1100 0 1000011 1011111 110 10010 1011010 110001

Color Harmonies of #EF500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF500C

Black with #EF500C

Text Example


Text Example

White with #EF500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF500C; }

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

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

background-color css

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

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

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

border-color css

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

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

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