Html Css Color HEX #EF5D0A Persimmon

📋 copy color: '#EF5D0A'

red 239 ◦ green 93 ◦ blue 10

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

Shades of Persimmon #EF5D0A

Tints of Persimmon #EF5D0A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.19%

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

R = 69.88%
G = 27.19%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF5D0A (or 0xEF5D0A) is known color: Persimmon. HEX triplet: EF, 5D and 0A. RGB value is (239,93,10). Sum of RGB (Red+Green+Blue) = 239+93+10=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5D0A is #10A2F5. Grayscale: #7F7F7F. Windows color (decimal): -1090294 or 679407. OLE color: 679407.

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

Color convert

RGB 239 93 10 -
CMYK 0 0.61 0.96 0.06
HSL 21.75º 0.92% 0.49% -
HSV(B) 21.75º 0.96% 0.94% -
XYZ 39.57 26.2 3.26 -
YUV 127.19 61.87 207.75 -
System Red Green Blue C M Y K H S L
Decimal 239 93 10 0 0.61 0.96 0.06 21.75 0.92 0.49
Hex EF 5D A 0 3D 60 6 16 5C 31
Octal 357 135 12 0 75 140 6 26 134 61
Binary 11101111 1011101 1010 0 111101 1100000 110 10110 1011100 110001

Color Harmonies of #EF5D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5D0A

Black with #EF5D0A

Text Example


Text Example

White with #EF5D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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