Html Css Color HEX #EC551E Persimmon

📋 copy color: '#EC551E'

red 236 ◦ green 85 ◦ blue 30

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

Shades of Persimmon #EC551E

Tints of Persimmon #EC551E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.55%

R = 67.24%
G = 24.22%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC551E (or 0xEC551E) is known color: Persimmon. HEX triplet: EC, 55 and 1E. RGB value is (236,85,30). Sum of RGB (Red+Green+Blue) = 236+85+30=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC551E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC551E is #13AAE1. Grayscale: #7C7C7C. Windows color (decimal): -1288930 or 1988076. OLE color: 1988076.

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

Color convert

RGB 236 85 30 -
CMYK 0 0.64 0.87 0.07
HSL 16.02º 0.84% 0.52% -
HSV(B) 16.02º 0.87% 0.93% -
XYZ 38.07 24.42 3.94 -
YUV 123.88 75.03 207.97 -
System Red Green Blue C M Y K H S L
Decimal 236 85 30 0 0.64 0.87 0.07 16.02 0.84 0.52
Hex EC 55 1E 0 40 57 7 10 54 34
Octal 354 125 36 0 100 127 7 20 124 64
Binary 11101100 1010101 11110 0 1000000 1010111 111 10000 1010100 110100

Color Harmonies of #EC551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC551E

Black with #EC551E

Text Example


Text Example

White with #EC551E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC551E; }

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

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

background-color css

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

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

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

border-color css

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

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

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