Html Css Color HEX #EF5802 Persimmon

📋 copy color: '#EF5802'

red 239 ◦ green 88 ◦ blue 2

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

Shades of Persimmon #EF5802

Tints of Persimmon #EF5802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.75%

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

R = 72.64%
G = 26.75%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF5802 (or 0xEF5802) is known color: Persimmon. HEX triplet: EF, 58 and 02. RGB value is (239,88,2). Sum of RGB (Red+Green+Blue) = 239+88+2=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5802 is #10A7FD. Grayscale: #7B7B7B. Windows color (decimal): -1091582 or 153839. OLE color: 153839.

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

Color convert

RGB 239 88 2 -
CMYK 0 0.63 0.99 0.06
HSL 21.77º 0.98% 0.47% -
HSV(B) 21.77º 0.99% 0.94% -
XYZ 39.1 25.33 2.89 -
YUV 123.35 59.53 210.49 -
System Red Green Blue C M Y K H S L
Decimal 239 88 2 0 0.63 0.99 0.06 21.77 0.98 0.47
Hex EF 58 2 0 3F 63 6 16 62 2F
Octal 357 130 2 0 77 143 6 26 142 57
Binary 11101111 1011000 10 0 111111 1100011 110 10110 1100010 101111

Color Harmonies of #EF5802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5802

Black with #EF5802

Text Example


Text Example

White with #EF5802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5802; }

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

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

background-color css

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

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

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

border-color css

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

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

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