Html Css Color HEX #EF500A Persimmon

📋 copy color: '#EF500A'

red 239 ◦ green 80 ◦ blue 10

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

Shades of Persimmon #EF500A

Tints of Persimmon #EF500A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.04%

R = 72.64%
G = 24.32%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF500A (or 0xEF500A) is known color: Persimmon. HEX triplet: EF, 50 and 0A. RGB value is (239,80,10). Sum of RGB (Red+Green+Blue) = 239+80+10=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF500A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF500A is #10AFF5. Grayscale: #787878. Windows color (decimal): -1093622 or 676079. OLE color: 676079.

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

Color convert

RGB 239 80 10 -
CMYK 0 0.67 0.96 0.06
HSL 18.34º 0.92% 0.49% -
HSV(B) 18.34º 0.96% 0.94% -
XYZ 38.52 24.11 2.91 -
YUV 119.56 66.18 213.19 -
System Red Green Blue C M Y K H S L
Decimal 239 80 10 0 0.67 0.96 0.06 18.34 0.92 0.49
Hex EF 50 A 0 43 60 6 12 5C 31
Octal 357 120 12 0 103 140 6 22 134 61
Binary 11101111 1010000 1010 0 1000011 1100000 110 10010 1011100 110001

Color Harmonies of #EF500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF500A

Black with #EF500A

Text Example


Text Example

White with #EF500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF500A; }

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

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

background-color css

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

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

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

border-color css

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

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

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