Html Css Color HEX #EC551D Persimmon

📋 copy color: '#EC551D'

red 236 ◦ green 85 ◦ blue 29

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

Shades of Persimmon #EC551D

Tints of Persimmon #EC551D

RGB

 RED value IS 236 (92.58% from 255) = 67.43%

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

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

R = 67.43%
G = 24.29%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC551D (or 0xEC551D) is known color: Persimmon. HEX triplet: EC, 55 and 1D. RGB value is (236,85,29). Sum of RGB (Red+Green+Blue) = 236+85+29=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC551D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC551D is #13AAE2. Grayscale: #7C7C7C. Windows color (decimal): -1288931 or 1922540. OLE color: 1922540.

HSL color Cylindrical-coordinate representation of color #EC551D: hue angle of 16.23º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC551D is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 85 29 -
CMYK 0 0.64 0.88 0.07
HSL 16.23º 0.84% 0.52% -
HSV(B) 16.23º 0.88% 0.93% -
XYZ 38.06 24.42 3.87 -
YUV 123.77 74.53 208.05 -
System Red Green Blue C M Y K H S L
Decimal 236 85 29 0 0.64 0.88 0.07 16.23 0.84 0.52
Hex EC 55 1D 0 40 58 7 10 54 34
Octal 354 125 35 0 100 130 7 20 124 64
Binary 11101100 1010101 11101 0 1000000 1011000 111 10000 1010100 110100

Color Harmonies of #EC551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC551D

Black with #EC551D

Text Example


Text Example

White with #EC551D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC551D; }

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

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

background-color css

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

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

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

border-color css

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

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

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