Html Css Color HEX #EF511D Persimmon

📋 copy color: '#EF511D'

red 239 ◦ green 81 ◦ blue 29

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

Shades of Persimmon #EF511D

Tints of Persimmon #EF511D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.21%

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

R = 68.48%
G = 23.21%
B = 8.31%

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

#EF511D (or 0xEF511D) is known color: Persimmon. HEX triplet: EF, 51 and 1D. RGB value is (239,81,29). Sum of RGB (Red+Green+Blue) = 239+81+29=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF511D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF511D is #10AEE2. Grayscale: #7A7A7A. Windows color (decimal): -1093347 or 1921519. OLE color: 1921519.

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

Color convert

RGB 239 81 29 -
CMYK 0 0.66 0.88 0.06
HSL 14.86º 0.87% 0.53% -
HSV(B) 14.86º 0.88% 0.94% -
XYZ 38.76 24.32 3.81 -
YUV 122.31 75.35 211.23 -
System Red Green Blue C M Y K H S L
Decimal 239 81 29 0 0.66 0.88 0.06 14.86 0.87 0.53
Hex EF 51 1D 0 42 58 6 F 57 35
Octal 357 121 35 0 102 130 6 17 127 65
Binary 11101111 1010001 11101 0 1000010 1011000 110 1111 1010111 110101

Color Harmonies of #EF511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF511D

Black with #EF511D

Text Example


Text Example

White with #EF511D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF511D; }

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

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

background-color css

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

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

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

border-color css

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

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

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