Html Css Color HEX #EF581B Persimmon

📋 copy color: '#EF581B'

red 239 ◦ green 88 ◦ blue 27

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

Shades of Persimmon #EF581B

Tints of Persimmon #EF581B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.63%

R = 67.51%
G = 24.86%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF581B (or 0xEF581B) is known color: Persimmon. HEX triplet: EF, 58 and 1B. RGB value is (239,88,27). Sum of RGB (Red+Green+Blue) = 239+88+27=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF581B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF581B is #10A7E4. Grayscale: #7E7E7E. Windows color (decimal): -1091557 or 1792239. OLE color: 1792239.

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

Color convert

RGB 239 88 27 -
CMYK 0 0.63 0.89 0.06
HSL 17.26º 0.87% 0.52% -
HSV(B) 17.26º 0.89% 0.94% -
XYZ 39.28 25.41 3.87 -
YUV 126.2 72.03 208.46 -
System Red Green Blue C M Y K H S L
Decimal 239 88 27 0 0.63 0.89 0.06 17.26 0.87 0.52
Hex EF 58 1B 0 3F 59 6 11 57 34
Octal 357 130 33 0 77 131 6 21 127 64
Binary 11101111 1011000 11011 0 111111 1011001 110 10001 1010111 110100

Color Harmonies of #EF581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF581B

Black with #EF581B

Text Example


Text Example

White with #EF581B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF581B; }

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

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

background-color css

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

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

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

border-color css

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

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

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