Html Css Color HEX #EF5F00 Persimmon

📋 copy color: '#EF5F00'

red 239 ◦ green 95 ◦ blue 0

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

Shades of Persimmon #EF5F00

Tints of Persimmon #EF5F00

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.44%

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

R = 71.56%
G = 28.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF5F00 (or 0xEF5F00) is known color: Persimmon. HEX triplet: EF, 5F and 00. RGB value is (239,95,0). Sum of RGB (Red+Green+Blue) = 239+95+0=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5F00 is #10A0FF. Grayscale: #7F7F7F. Windows color (decimal): -1089792 or 24559. OLE color: 24559.

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

Color convert

RGB 239 95 0 -
CMYK 0 0.60 1 0.06
HSL 23.85º 1% 0.47% -
HSV(B) 23.85º 1% 0.94% -
XYZ 39.69 26.54 3.03 -
YUV 127.23 56.21 207.72 -
System Red Green Blue C M Y K H S L
Decimal 239 95 0 0 0.60 1 0.06 23.85 1 0.47
Hex EF 5F 0 0 3C 64 6 18 64 2F
Octal 357 137 0 0 74 144 6 30 144 57
Binary 11101111 1011111 0 0 111100 1100100 110 11000 1100100 101111

Color Harmonies of #EF5F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5F00

Black with #EF5F00

Text Example


Text Example

White with #EF5F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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