Html Css Color HEX #EF521D Persimmon

📋 copy color: '#EF521D'

red 239 ◦ green 82 ◦ blue 29

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

Shades of Persimmon #EF521D

Tints of Persimmon #EF521D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.43%

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

R = 68.29%
G = 23.43%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF521D (or 0xEF521D) is known color: Persimmon. HEX triplet: EF, 52 and 1D. RGB value is (239,82,29). Sum of RGB (Red+Green+Blue) = 239+82+29=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF521D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF521D is #10ADE2. Grayscale: #7B7B7B. Windows color (decimal): -1093091 or 1921775. OLE color: 1921775.

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

Color convert

RGB 239 82 29 -
CMYK 0 0.66 0.88 0.06
HSL 15.14º 0.87% 0.53% -
HSV(B) 15.14º 0.88% 0.94% -
XYZ 38.84 24.47 3.84 -
YUV 122.9 75.01 210.81 -
System Red Green Blue C M Y K H S L
Decimal 239 82 29 0 0.66 0.88 0.06 15.14 0.87 0.53
Hex EF 52 1D 0 42 58 6 F 57 35
Octal 357 122 35 0 102 130 6 17 127 65
Binary 11101111 1010010 11101 0 1000010 1011000 110 1111 1010111 110101

Color Harmonies of #EF521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF521D

Black with #EF521D

Text Example


Text Example

White with #EF521D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF521D; }

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

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

background-color css

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

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

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

border-color css

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

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

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