Html Css Color HEX #EF5503 Persimmon

📋 copy color: '#EF5503'

red 239 ◦ green 85 ◦ blue 3

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

Shades of Persimmon #EF5503

Tints of Persimmon #EF5503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 73.09%
G = 25.99%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF5503 (or 0xEF5503) is known color: Persimmon. HEX triplet: EF, 55 and 03. RGB value is (239,85,3). Sum of RGB (Red+Green+Blue) = 239+85+3=327 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.09% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5503 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5503 is #10AAFC. Grayscale: #7A7A7A. Windows color (decimal): -1092349 or 218607. OLE color: 218607.

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

Color convert

RGB 239 85 3 -
CMYK 0 0.64 0.99 0.06
HSL 20.85º 0.98% 0.47% -
HSV(B) 20.85º 0.99% 0.94% -
XYZ 38.86 24.85 2.84 -
YUV 121.7 61.02 211.67 -
System Red Green Blue C M Y K H S L
Decimal 239 85 3 0 0.64 0.99 0.06 20.85 0.98 0.47
Hex EF 55 3 0 40 63 6 15 62 2F
Octal 357 125 3 0 100 143 6 25 142 57
Binary 11101111 1010101 11 0 1000000 1100011 110 10101 1100010 101111

Color Harmonies of #EF5503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5503

Black with #EF5503

Text Example


Text Example

White with #EF5503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5503; }

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

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

background-color css

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

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

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

border-color css

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

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

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