Html Css Color HEX #EF5200 Persimmon

📋 copy color: '#EF5200'

red 239 ◦ green 82 ◦ blue 0

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

Shades of Persimmon #EF5200

Tints of Persimmon #EF5200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.55%

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

R = 74.45%
G = 25.55%
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

#EF5200 (or 0xEF5200) is known color: Persimmon. HEX triplet: EF, 52 and 00. RGB value is (239,82,0). Sum of RGB (Red+Green+Blue) = 239+82+0=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5200 is #10ADFF. Grayscale: #787878. Windows color (decimal): -1093120 or 21231. OLE color: 21231.

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

Color convert

RGB 239 82 0 -
CMYK 0 0.66 1 0.06
HSL 20.59º 1% 0.47% -
HSV(B) 20.59º 1% 0.94% -
XYZ 38.61 24.39 2.67 -
YUV 119.6 60.51 213.17 -
System Red Green Blue C M Y K H S L
Decimal 239 82 0 0 0.66 1 0.06 20.59 1 0.47
Hex EF 52 0 0 42 64 6 15 64 2F
Octal 357 122 0 0 102 144 6 25 144 57
Binary 11101111 1010010 0 0 1000010 1100100 110 10101 1100100 101111

Color Harmonies of #EF5200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5200

Black with #EF5200

Text Example


Text Example

White with #EF5200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5200; }

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

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

background-color css

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

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

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

border-color css

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

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

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