Html Css Color HEX #EF541B Persimmon

📋 copy color: '#EF541B'

red 239 ◦ green 84 ◦ blue 27

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

Shades of Persimmon #EF541B

Tints of Persimmon #EF541B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24%

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

R = 68.29%
G = 24%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF541B (or 0xEF541B) is known color: Persimmon. HEX triplet: EF, 54 and 1B. RGB value is (239,84,27). Sum of RGB (Red+Green+Blue) = 239+84+27=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF541B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF541B is #10ABE4. Grayscale: #7C7C7C. Windows color (decimal): -1092581 or 1791215. OLE color: 1791215.

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

Color convert

RGB 239 84 27 -
CMYK 0 0.65 0.89 0.06
HSL 16.13º 0.87% 0.52% -
HSV(B) 16.13º 0.89% 0.94% -
XYZ 38.96 24.77 3.76 -
YUV 123.85 73.35 210.13 -
System Red Green Blue C M Y K H S L
Decimal 239 84 27 0 0.65 0.89 0.06 16.13 0.87 0.52
Hex EF 54 1B 0 41 59 6 10 57 34
Octal 357 124 33 0 101 131 6 20 127 64
Binary 11101111 1010100 11011 0 1000001 1011001 110 10000 1010111 110100

Color Harmonies of #EF541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF541B

Black with #EF541B

Text Example


Text Example

White with #EF541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF541B; }

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

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

background-color css

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

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

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

border-color css

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

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

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