Html Css Color HEX #EF541D Persimmon

📋 copy color: '#EF541D'

red 239 ◦ green 84 ◦ blue 29

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

Shades of Persimmon #EF541D

Tints of Persimmon #EF541D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.24%

R = 67.9%
G = 23.86%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF541D (or 0xEF541D) is known color: Persimmon. HEX triplet: EF, 54 and 1D. RGB value is (239,84,29). Sum of RGB (Red+Green+Blue) = 239+84+29=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF541D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF541D is #10ABE2. Grayscale: #7C7C7C. Windows color (decimal): -1092579 or 1922287. OLE color: 1922287.

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

Color convert

RGB 239 84 29 -
CMYK 0 0.65 0.88 0.06
HSL 15.71º 0.87% 0.53% -
HSV(B) 15.71º 0.88% 0.94% -
XYZ 38.99 24.78 3.89 -
YUV 124.08 74.35 209.97 -
System Red Green Blue C M Y K H S L
Decimal 239 84 29 0 0.65 0.88 0.06 15.71 0.87 0.53
Hex EF 54 1D 0 41 58 6 10 57 35
Octal 357 124 35 0 101 130 6 20 127 65
Binary 11101111 1010100 11101 0 1000001 1011000 110 10000 1010111 110101

Color Harmonies of #EF541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF541D

Black with #EF541D

Text Example


Text Example

White with #EF541D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF541D; }

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

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

background-color css

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

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

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

border-color css

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

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

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