Html Css Color HEX #EF5502 Persimmon

📋 copy color: '#EF5502'

red 239 ◦ green 85 ◦ blue 2

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

Shades of Persimmon #EF5502

Tints of Persimmon #EF5502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 73.31%
G = 26.07%
B = 0.61%

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

#EF5502 (or 0xEF5502) is known color: Persimmon. HEX triplet: EF, 55 and 02. RGB value is (239,85,2). Sum of RGB (Red+Green+Blue) = 239+85+2=326 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.31% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5502 is #10AAFD. Grayscale: #7A7A7A. Windows color (decimal): -1092350 or 153071. OLE color: 153071.

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

Color convert

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

Color Harmonies of #EF5502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5502

Black with #EF5502

Text Example


Text Example

White with #EF5502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5502; }

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

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

background-color css

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

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

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

border-color css

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

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

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