Html Css Color HEX #EF5100 Persimmon

📋 copy color: '#EF5100'

red 239 ◦ green 81 ◦ blue 0

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

Shades of Persimmon #EF5100

Tints of Persimmon #EF5100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.31%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.69%
G = 25.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF5100 (or 0xEF5100) is known color: Persimmon. HEX triplet: EF, 51 and 00. RGB value is (239,81,0). Sum of RGB (Red+Green+Blue) = 239+81+0=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5100 is #10AEFF. Grayscale: #777777. Windows color (decimal): -1093376 or 20975. OLE color: 20975.

HSL color Cylindrical-coordinate representation of color #EF5100: hue angle of 20.33º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF5100 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 81 0 -
CMYK 0 0.66 1 0.06
HSL 20.33º 1% 0.47% -
HSV(B) 20.33º 1% 0.94% -
XYZ 38.54 24.24 2.65 -
YUV 119.01 60.85 213.59 -
System Red Green Blue C M Y K H S L
Decimal 239 81 0 0 0.66 1 0.06 20.33 1 0.47
Hex EF 51 0 0 42 64 6 14 64 2F
Octal 357 121 0 0 102 144 6 24 144 57
Binary 11101111 1010001 0 0 1000010 1100100 110 10100 1100100 101111

Color Harmonies of #EF5100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5100

Black with #EF5100

Text Example


Text Example

White with #EF5100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5100; }

 p { color: rgb(239,81,0); }

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

background-color css

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

 a { background-color: rgb(239,81,0); }

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

border-color css

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

 span { border-color: rgb(239,81,0); }

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