Html Css Color HEX #EF5E0A Persimmon

📋 copy color: '#EF5E0A'

red 239 ◦ green 94 ◦ blue 10

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

Shades of Persimmon #EF5E0A

Tints of Persimmon #EF5E0A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.41%

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

R = 69.68%
G = 27.41%
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

#EF5E0A (or 0xEF5E0A) is known color: Persimmon. HEX triplet: EF, 5E and 0A. RGB value is (239,94,10). Sum of RGB (Red+Green+Blue) = 239+94+10=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5E0A is #10A1F5. Grayscale: #808080. Windows color (decimal): -1090038 or 679663. OLE color: 679663.

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

Color convert

RGB 239 94 10 -
CMYK 0 0.61 0.96 0.06
HSL 22.01º 0.92% 0.49% -
HSV(B) 22.01º 0.96% 0.94% -
XYZ 39.65 26.38 3.29 -
YUV 127.78 61.54 207.33 -
System Red Green Blue C M Y K H S L
Decimal 239 94 10 0 0.61 0.96 0.06 22.01 0.92 0.49
Hex EF 5E A 0 3D 60 6 16 5C 31
Octal 357 136 12 0 75 140 6 26 134 61
Binary 11101111 1011110 1010 0 111101 1100000 110 10110 1011100 110001

Color Harmonies of #EF5E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5E0A

Black with #EF5E0A

Text Example


Text Example

White with #EF5E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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