Html Css Color HEX #EF5500 Persimmon

📋 copy color: '#EF5500'

red 239 ◦ green 85 ◦ blue 0

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

Shades of Persimmon #EF5500

Tints of Persimmon #EF5500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.23%

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

R = 73.77%
G = 26.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF5500 (or 0xEF5500) is known color: Persimmon. HEX triplet: EF, 55 and 00. RGB value is (239,85,0). Sum of RGB (Red+Green+Blue) = 239+85+0=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5500 is #10AAFF. Grayscale: #797979. Windows color (decimal): -1092352 or 21999. OLE color: 21999.

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

Color convert

RGB 239 85 0 -
CMYK 0 0.64 1 0.06
HSL 21.34º 1% 0.47% -
HSV(B) 21.34º 1% 0.94% -
XYZ 38.85 24.85 2.75 -
YUV 121.36 59.52 211.91 -
System Red Green Blue C M Y K H S L
Decimal 239 85 0 0 0.64 1 0.06 21.34 1 0.47
Hex EF 55 0 0 40 64 6 15 64 2F
Octal 357 125 0 0 100 144 6 25 144 57
Binary 11101111 1010101 0 0 1000000 1100100 110 10101 1100100 101111

Color Harmonies of #EF5500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5500

Black with #EF5500

Text Example


Text Example

White with #EF5500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5500; }

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

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

background-color css

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

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

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

border-color css

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

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

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