Html Css Color HEX #ECD557 Portica

📋 copy color: '#ECD557'

red 236 ◦ green 213 ◦ blue 87

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

Shades of Portica #ECD557

Tints of Portica #ECD557

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.74%

 BLUE value IS 87 (34.38% from 255) = 16.23%

R = 44.03%
G = 39.74%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ECD557 (or 0xECD557) is known color: Portica. HEX triplet: EC, D5 and 57. RGB value is (236,213,87). Sum of RGB (Red+Green+Blue) = 236+213+87=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 87 (34.38% from 255 or 16.23% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD557 is #132AA8. Grayscale: #CECECE. Windows color (decimal): -1256105 or 5756396. OLE color: 5756396.

HSL color Cylindrical-coordinate representation of color #ECD557: hue angle of 50.74º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ECD557 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 213 87 -
CMYK 0 0.10 0.63 0.07
HSL 50.74º 0.8% 0.63% -
HSV(B) 50.74º 0.63% 0.93% -
XYZ 60.11 66.11 18.61 -
YUV 205.51 61.12 149.75 -
System Red Green Blue C M Y K H S L
Decimal 236 213 87 0 0.10 0.63 0.07 50.74 0.8 0.63
Hex EC D5 57 0 A 3F 7 33 50 3F
Octal 354 325 127 0 12 77 7 63 120 77
Binary 11101100 11010101 1010111 0 1010 111111 111 110011 1010000 111111

Color Harmonies of #ECD557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD557

Black with #ECD557

Text Example


Text Example

White with #ECD557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD557; }

 p { color: rgb(236,213,87); }

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

background-color css

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

 a { background-color: rgb(236,213,87); }

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

border-color css

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

 span { border-color: rgb(236,213,87); }

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