Html Css Color HEX #EF551D Persimmon

📋 copy color: '#EF551D'

red 239 ◦ green 85 ◦ blue 29

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

Shades of Persimmon #EF551D

Tints of Persimmon #EF551D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.08%

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

R = 67.71%
G = 24.08%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF551D (or 0xEF551D) is known color: Persimmon. HEX triplet: EF, 55 and 1D. RGB value is (239,85,29). Sum of RGB (Red+Green+Blue) = 239+85+29=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF551D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF551D is #10AAE2. Grayscale: #7D7D7D. Windows color (decimal): -1092323 or 1922543. OLE color: 1922543.

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

Color convert

RGB 239 85 29 -
CMYK 0 0.64 0.88 0.06
HSL 16º 0.87% 0.53% -
HSV(B) 16º 0.88% 0.94% -
XYZ 39.07 24.94 3.92 -
YUV 124.66 74.02 209.55 -
System Red Green Blue C M Y K H S L
Decimal 239 85 29 0 0.64 0.88 0.06 16 0.87 0.53
Hex EF 55 1D 0 40 58 6 10 57 35
Octal 357 125 35 0 100 130 6 20 127 65
Binary 11101111 1010101 11101 0 1000000 1011000 110 10000 1010111 110101

Color Harmonies of #EF551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF551D

Black with #EF551D

Text Example


Text Example

White with #EF551D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF551D; }

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

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

background-color css

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

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

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

border-color css

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

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

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