Html Css Color HEX #EF5300 Persimmon

📋 copy color: '#EF5300'

red 239 ◦ green 83 ◦ blue 0

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

Shades of Persimmon #EF5300

Tints of Persimmon #EF5300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.78%

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

R = 74.22%
G = 25.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF5300 (or 0xEF5300) is known color: Persimmon. HEX triplet: EF, 53 and 00. RGB value is (239,83,0). Sum of RGB (Red+Green+Blue) = 239+83+0=322 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.22% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5300 is #10ACFF. Grayscale: #787878. Windows color (decimal): -1092864 or 21487. OLE color: 21487.

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

Color convert

RGB 239 83 0 -
CMYK 0 0.65 1 0.06
HSL 20.84º 1% 0.47% -
HSV(B) 20.84º 1% 0.94% -
XYZ 38.69 24.54 2.7 -
YUV 120.18 60.18 212.75 -
System Red Green Blue C M Y K H S L
Decimal 239 83 0 0 0.65 1 0.06 20.84 1 0.47
Hex EF 53 0 0 41 64 6 15 64 2F
Octal 357 123 0 0 101 144 6 25 144 57
Binary 11101111 1010011 0 0 1000001 1100100 110 10101 1100100 101111

Color Harmonies of #EF5300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5300

Black with #EF5300

Text Example


Text Example

White with #EF5300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5300; }

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

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

background-color css

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

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

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

border-color css

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

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

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