Html Css Color HEX #EF580B Persimmon

📋 copy color: '#EF580B'

red 239 ◦ green 88 ◦ blue 11

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

Shades of Persimmon #EF580B

Tints of Persimmon #EF580B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.25%

R = 70.71%
G = 26.04%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF580B (or 0xEF580B) is known color: Persimmon. HEX triplet: EF, 58 and 0B. RGB value is (239,88,11). Sum of RGB (Red+Green+Blue) = 239+88+11=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF580B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF580B is #10A7F4. Grayscale: #7C7C7C. Windows color (decimal): -1091573 or 743663. OLE color: 743663.

HSL color Cylindrical-coordinate representation of color #EF580B: hue angle of 20.26º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF580B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 88 11 -
CMYK 0 0.63 0.95 0.06
HSL 20.26º 0.91% 0.49% -
HSV(B) 20.26º 0.95% 0.94% -
XYZ 39.15 25.35 3.15 -
YUV 124.37 64.03 209.76 -
System Red Green Blue C M Y K H S L
Decimal 239 88 11 0 0.63 0.95 0.06 20.26 0.91 0.49
Hex EF 58 B 0 3F 5F 6 14 5B 31
Octal 357 130 13 0 77 137 6 24 133 61
Binary 11101111 1011000 1011 0 111111 1011111 110 10100 1011011 110001

Color Harmonies of #EF580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF580B

Black with #EF580B

Text Example


Text Example

White with #EF580B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF580B; }

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

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

background-color css

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

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

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

border-color css

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

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

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